mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2024-11-23 11:15:34 +08:00
attempt 5 to fix release script
This commit is contained in:
parent
13c06641f6
commit
486237179e
8
.github/workflows/release.yml
vendored
8
.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/**/release/*"
|
||||
path: "build/package/win/vs2022/release/emu-win-vs2022/*"
|
||||
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/**/debug/*"
|
||||
path: "build/package/win/vs2022/debug/emu-win-vs2022/*"
|
||||
if-no-files-found: 'error'
|
||||
compression-level: 0
|
||||
retention-days: 1
|
||||
@ -180,7 +180,7 @@ jobs:
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: "release-emu-linux-release-${{ github.sha }}"
|
||||
path: "build/package/linux/**/release/*"
|
||||
path: "build/package/linux/gmake2/release/emu-linux-gmake2/*"
|
||||
if-no-files-found: 'error'
|
||||
compression-level: 0
|
||||
retention-days: 1
|
||||
@ -189,7 +189,7 @@ jobs:
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: "release-emu-linux-debug-${{ github.sha }}"
|
||||
path: "build/package/linux/**/debug/*"
|
||||
path: "build/package/linux/gmake2/debug/emu-linux-gmake2/*"
|
||||
if-no-files-found: 'error'
|
||||
compression-level: 0
|
||||
retention-days: 1
|
||||
|
Loading…
Reference in New Issue
Block a user