|
27 | 27 | version: v1.62
|
28 | 28 | - uses: megalinter/megalinter/flavors/[email protected]
|
29 | 29 | env:
|
30 |
| - DEFAULT_BRANCH: master |
| 30 | + DEFAULT_BRANCH: ${{ github.event.repository.default_branch }} |
31 | 31 | GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
32 | 32 | VALIDATE_ALL_CODEBASE: false
|
33 | 33 | GITHUB_STATUS_REPORTER: ${{ !env.ACT }}
|
@@ -117,73 +117,73 @@ jobs:
|
117 | 117 | uses: actions/upload-artifact@v4
|
118 | 118 | with:
|
119 | 119 | name: act-linux-amd64
|
120 |
| - path: dist/act_linux_amd64_v1/act |
| 120 | + path: dist/act-cli_linux_amd64_v1/act-cli |
121 | 121 | - name: Capture i386 (32-bit) Linux binary
|
122 | 122 | if: ${{ !env.ACT }}
|
123 | 123 | uses: actions/upload-artifact@v4
|
124 | 124 | with:
|
125 | 125 | name: act-linux-i386
|
126 |
| - path: dist/act_linux_386/act |
| 126 | + path: dist/act-cli_linux_386/act-cli |
127 | 127 | - name: Capture arm64 (64-bit) Linux binary
|
128 | 128 | if: ${{ !env.ACT }}
|
129 | 129 | uses: actions/upload-artifact@v4
|
130 | 130 | with:
|
131 | 131 | name: act-linux-arm64
|
132 |
| - path: dist/act_linux_arm64/act |
| 132 | + path: dist/act-cli_linux_arm64/act-cli |
133 | 133 | - name: Capture armv6 (32-bit) Linux binary
|
134 | 134 | if: ${{ !env.ACT }}
|
135 | 135 | uses: actions/upload-artifact@v4
|
136 | 136 | with:
|
137 | 137 | name: act-linux-armv6
|
138 |
| - path: dist/act_linux_arm_6/act |
| 138 | + path: dist/act-cli_linux_arm_6/act-cli |
139 | 139 | - name: Capture armv7 (32-bit) Linux binary
|
140 | 140 | if: ${{ !env.ACT }}
|
141 | 141 | uses: actions/upload-artifact@v4
|
142 | 142 | with:
|
143 | 143 | name: act-linux-armv7
|
144 |
| - path: dist/act_linux_arm_7/act |
| 144 | + path: dist/act-cli_linux_arm_7/act-cli |
145 | 145 | - name: Capture riscv64 (64-bit) Linux binary
|
146 | 146 | if: ${{ !env.ACT }}
|
147 | 147 | uses: actions/upload-artifact@v4
|
148 | 148 | with:
|
149 | 149 | name: act-linux-riscv64
|
150 |
| - path: dist/act_linux_riscv64/act |
| 150 | + path: dist/act-cli_linux_riscv64/act-cli |
151 | 151 | - name: Capture x86_64 (64-bit) Windows binary
|
152 | 152 | if: ${{ !env.ACT }}
|
153 | 153 | uses: actions/upload-artifact@v4
|
154 | 154 | with:
|
155 | 155 | name: act-windows-amd64
|
156 |
| - path: dist/act_windows_amd64_v1/act.exe |
| 156 | + path: dist/act-cli_windows_amd64_v1/act-cli.exe |
157 | 157 | - name: Capture i386 (32-bit) Windows binary
|
158 | 158 | if: ${{ !env.ACT }}
|
159 | 159 | uses: actions/upload-artifact@v4
|
160 | 160 | with:
|
161 | 161 | name: act-windows-i386
|
162 |
| - path: dist/act_windows_386/act.exe |
| 162 | + path: dist/act-cli_windows_386/act-cli.exe |
163 | 163 | - name: Capture arm64 (64-bit) Windows binary
|
164 | 164 | if: ${{ !env.ACT }}
|
165 | 165 | uses: actions/upload-artifact@v4
|
166 | 166 | with:
|
167 | 167 | name: act-windows-arm64
|
168 |
| - path: dist/act_windows_arm64/act.exe |
| 168 | + path: dist/act-cli_windows_arm64/act-cli.exe |
169 | 169 | - name: Capture armv7 (32-bit) Windows binary
|
170 | 170 | if: ${{ !env.ACT }}
|
171 | 171 | uses: actions/upload-artifact@v4
|
172 | 172 | with:
|
173 | 173 | name: act-windows-armv7
|
174 |
| - path: dist/act_windows_arm_7/act.exe |
| 174 | + path: dist/act-cli_windows_arm_7/act-cli.exe |
175 | 175 | - name: Capture x86_64 (64-bit) MacOS binary
|
176 | 176 | if: ${{ !env.ACT }}
|
177 | 177 | uses: actions/upload-artifact@v4
|
178 | 178 | with:
|
179 | 179 | name: act-macos-amd64
|
180 |
| - path: dist/act_darwin_amd64_v1/act |
| 180 | + path: dist/act-cli_darwin_amd64_v1/act-cli |
181 | 181 | - name: Capture arm64 (64-bit) MacOS binary
|
182 | 182 | if: ${{ !env.ACT }}
|
183 | 183 | uses: actions/upload-artifact@v4
|
184 | 184 | with:
|
185 | 185 | name: act-macos-arm64
|
186 |
| - path: dist/act_darwin_arm64/act |
| 186 | + path: dist/act-cli_darwin_arm64/act-cli |
187 | 187 | - name: Chocolatey
|
188 | 188 | uses: ./.github/actions/choco
|
189 | 189 | with:
|
|
0 commit comments