mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2024-11-23 11:15:34 +08:00
attempt 2 to fix release script
This commit is contained in:
parent
c789f4d078
commit
2f03c9800e
2
.github/workflows/emu-build-all-linux.yml
vendored
2
.github/workflows/emu-build-all-linux.yml
vendored
@ -115,7 +115,7 @@ jobs:
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: "emu-linux-${{ matrix.prj }}-${{ matrix.cfg }}-${{ matrix.arch }}-${{ github.sha }}"
|
||||
path: "build/linux/gmake2/${{ matrix.cfg }}"
|
||||
path: "build/linux"
|
||||
if-no-files-found: 'error'
|
||||
compression-level: 9
|
||||
retention-days: 1
|
||||
|
2
.github/workflows/emu-build-all-win.yml
vendored
2
.github/workflows/emu-build-all-win.yml
vendored
@ -104,7 +104,7 @@ jobs:
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: "emu-win-${{ matrix.prj }}-${{ matrix.cfg }}-${{ matrix.arch }}-${{ github.sha }}"
|
||||
path: "build/win/vs2022/${{ matrix.cfg }}"
|
||||
path: "build/win"
|
||||
if-no-files-found: 'error'
|
||||
compression-level: 9
|
||||
retention-days: 1
|
||||
|
Loading…
Reference in New Issue
Block a user