mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-03 22:01:39 +00:00
Uncomment artifact archiving step in build workflow
This commit is contained in:
20
.github/workflows/build.yml
vendored
20
.github/workflows/build.yml
vendored
@@ -713,16 +713,16 @@ jobs:
|
|||||||
write-host "sleeping during login..."
|
write-host "sleeping during login..."
|
||||||
Start-Sleep 10
|
Start-Sleep 10
|
||||||
|
|
||||||
# - name: Archive artifacts
|
- name: Archive artifacts
|
||||||
# uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # 7.0.0
|
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # 7.0.0
|
||||||
# if: runner.os == 'Windows'
|
if: runner.os == 'Windows'
|
||||||
# with:
|
with:
|
||||||
# archive: true
|
archive: true
|
||||||
# name: images-${{ matrix.os }}
|
name: images-${{ matrix.os }}
|
||||||
# if-no-files-found: ignore
|
if-no-files-found: ignore
|
||||||
# path: |
|
path: |
|
||||||
# ${{ github.workspace }}/*.png
|
${{ github.workspace }}/*.png
|
||||||
# ${{ github.workspace }}/*.log
|
${{ github.workspace }}/*.log
|
||||||
|
|
||||||
- name: Sign gam.exe
|
- name: Sign gam.exe
|
||||||
if: runner.os == 'Windows'
|
if: runner.os == 'Windows'
|
||||||
|
|||||||
Reference in New Issue
Block a user