We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e5dd2c commit 81542a8Copy full SHA for 81542a8
.github/workflows/release-binaries.yml
@@ -300,6 +300,12 @@ jobs:
300
if: runner.os == 'Windows'
301
run: |
302
ninja -v -C "S:\build" stage2-package
303
+
304
+ - name: Move Release Package
305
+ shell: bash
306
+ run: |
307
+ release_dir=`find ${{ steps.setup-stage.outputs.build-prefix }}/build -iname 'stage2-bins'`
308
+ mv $release_dir/${{ needs.prepare.outputs.release-binary-filename }} .
309
310
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
311
with:
0 commit comments