Skip to content

Commit 81542a8

Browse files
committed
Mv artifacts
1 parent 6e5dd2c commit 81542a8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release-binaries.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,12 @@ jobs:
300300
if: runner.os == 'Windows'
301301
run: |
302302
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 }} .
303309
304310
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
305311
with:

0 commit comments

Comments
 (0)