mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2024-11-23 11:15:34 +08:00
fix release script
This commit is contained in:
parent
571d009d77
commit
cd555b4711
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -90,7 +90,7 @@ jobs:
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: "release-emu-win-release-${{ github.sha }}"
|
||||
path: "build/package/win/vs2022/release/emu-win-vs2022/*"
|
||||
path: "build/package/win/vs2022/release/*"
|
||||
if-no-files-found: 'error'
|
||||
compression-level: 0
|
||||
retention-days: 1
|
||||
@ -99,7 +99,7 @@ jobs:
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: "release-emu-win-debug-${{ github.sha }}"
|
||||
path: "build/package/win/vs2022/debug/emu-win-vs2022/*"
|
||||
path: "build/package/win/vs2022/debug/*"
|
||||
if-no-files-found: 'error'
|
||||
compression-level: 0
|
||||
retention-days: 1
|
||||
|
Loading…
Reference in New Issue
Block a user