mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 20:31:35 +00:00
Refactor build workflow for executable handling
Updated the build workflow to move executable files and adjust artifact paths.
This commit is contained in:
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@@ -778,6 +778,7 @@ jobs:
|
|||||||
choco install innosetup
|
choco install innosetup
|
||||||
export signtool="C:\Program Files (x86)\Windows Kits\10\bin\10.0.26100.0\x64\signtool.exe"
|
export signtool="C:\Program Files (x86)\Windows Kits\10\bin\10.0.26100.0\x64\signtool.exe"
|
||||||
iscc /S"gamsigntool=$signtool sign /sha1 $WINDOWS_CODESIGN_CERT_HASH /tr http://time.certum.pl /td SHA256 /fd SHA256 /v \$f" gam.iss
|
iscc /S"gamsigntool=$signtool sign /sha1 $WINDOWS_CODESIGN_CERT_HASH /tr http://time.certum.pl /td SHA256 /fd SHA256 /v \$f" gam.iss
|
||||||
|
mv -v Output/*.exe .
|
||||||
|
|
||||||
#- name: Windows package MSI
|
#- name: Windows package MSI
|
||||||
# if: runner.os == 'Windows' && matrix.goal != 'test'
|
# if: runner.os == 'Windows' && matrix.goal != 'test'
|
||||||
@@ -814,7 +815,7 @@ jobs:
|
|||||||
subject-path: |
|
subject-path: |
|
||||||
gam*.tar.xz
|
gam*.tar.xz
|
||||||
gam*.zip
|
gam*.zip
|
||||||
Output/gam-*.exe
|
gam*.exe
|
||||||
# gam*.msi
|
# gam*.msi
|
||||||
|
|
||||||
- name: Archive tar.xz artifacts
|
- name: Archive tar.xz artifacts
|
||||||
@@ -842,7 +843,7 @@ jobs:
|
|||||||
archive: false
|
archive: false
|
||||||
if-no-files-found: ignore
|
if-no-files-found: ignore
|
||||||
path: |
|
path: |
|
||||||
Output/gam-*.exe
|
gam*.exe
|
||||||
|
|
||||||
- name: Basic Tests build jobs only
|
- name: Basic Tests build jobs only
|
||||||
if: matrix.goal != 'test' && steps.cache-python-ssl.outputs.cache-hit != 'true'
|
if: matrix.goal != 'test' && steps.cache-python-ssl.outputs.cache-hit != 'true'
|
||||||
|
|||||||
Reference in New Issue
Block a user