mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2024-11-23 11:15:34 +08:00
update release workflow
This commit is contained in:
parent
6f6ea25032
commit
aa003d4785
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -75,7 +75,7 @@ jobs:
|
||||
- name: Package build (debug)
|
||||
shell: cmd
|
||||
working-directory: ${{ github.workspace }}
|
||||
run: package_win.bat vs2022\debug
|
||||
run: package_win.bat vs2022\debug 1
|
||||
|
||||
### release (debug + release modes) if this is a tag push
|
||||
- name: Release
|
||||
@ -165,7 +165,7 @@ jobs:
|
||||
- name: Package build (debug)
|
||||
shell: bash
|
||||
working-directory: ${{ github.workspace }}
|
||||
run: ./package_linux.sh gmake2/debug
|
||||
run: ./package_linux.sh gmake2/debug 1
|
||||
|
||||
### release (debug + release modes) if this is a tag push
|
||||
- name: Release
|
||||
|
Loading…
Reference in New Issue
Block a user