mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 20:31:35 +00:00
Update build.yml
This commit is contained in:
18
.github/workflows/build.yml
vendored
18
.github/workflows/build.yml
vendored
@@ -722,6 +722,15 @@ jobs:
|
|||||||
write-host "sleeping during login..."
|
write-host "sleeping during login..."
|
||||||
Start-Sleep 10
|
Start-Sleep 10
|
||||||
|
|
||||||
|
- name: Archive png artifacts
|
||||||
|
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # 7.0.0
|
||||||
|
if: runner.os == 'Windows'
|
||||||
|
with:
|
||||||
|
archive: true
|
||||||
|
if-no-files-found: ignore
|
||||||
|
path: |
|
||||||
|
*.png
|
||||||
|
|
||||||
- name: Sign gam.exe
|
- name: Sign gam.exe
|
||||||
if: runner.os == 'Windows'
|
if: runner.os == 'Windows'
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
@@ -853,15 +862,6 @@ jobs:
|
|||||||
path: |
|
path: |
|
||||||
gam*.exe
|
gam*.exe
|
||||||
|
|
||||||
- name: Archive png artifacts
|
|
||||||
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # 7.0.0
|
|
||||||
if: runner.os == 'Windows'
|
|
||||||
with:
|
|
||||||
archive: true
|
|
||||||
if-no-files-found: ignore
|
|
||||||
path: |
|
|
||||||
*.png
|
|
||||||
|
|
||||||
- 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'
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user