generate portable windows binaries on CI
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
ebb4091a60
commit
a31fef512b
1 changed files with 2 additions and 0 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -920,6 +920,7 @@ jobs:
|
|||
run: |
|
||||
pushd deps/PawPaw; source local.env win32; popd
|
||||
xvfb-run ./utils/create-windows-installer.sh 32
|
||||
make unzipfx
|
||||
- name: Set sha8 (non-release)
|
||||
if: startsWith(github.ref, 'refs/tags/') != true
|
||||
run: echo "SHA8=$(echo ${{ github.sha }} | cut -c1-8)" >> $GITHUB_ENV
|
||||
|
@ -1009,6 +1010,7 @@ jobs:
|
|||
run: |
|
||||
pushd deps/PawPaw; source local.env win64; popd
|
||||
xvfb-run ./utils/create-windows-installer.sh 64
|
||||
make unzipfx
|
||||
- name: Set sha8 (non-release)
|
||||
if: startsWith(github.ref, 'refs/tags/') != true
|
||||
run: echo "SHA8=$(echo ${{ github.sha }} | cut -c1-8)" >> $GITHUB_ENV
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue