mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2024-11-27 05:04:01 +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)
|
- name: Package build (debug)
|
||||||
shell: cmd
|
shell: cmd
|
||||||
working-directory: ${{ github.workspace }}
|
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
|
### release (debug + release modes) if this is a tag push
|
||||||
- name: Release
|
- name: Release
|
||||||
@ -165,7 +165,7 @@ jobs:
|
|||||||
- name: Package build (debug)
|
- name: Package build (debug)
|
||||||
shell: bash
|
shell: bash
|
||||||
working-directory: ${{ github.workspace }}
|
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
|
### release (debug + release modes) if this is a tag push
|
||||||
- name: Release
|
- name: Release
|
||||||
|
Loading…
Reference in New Issue
Block a user