mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 12:21:35 +00:00
[no ci] actions: archive types based on OS
Updated conditions for artifact archiving based on OS.
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -806,7 +806,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Archive tar.xz artifacts
|
- name: Archive tar.xz artifacts
|
||||||
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # 7.0.0
|
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # 7.0.0
|
||||||
if: always()
|
if: runner.os != 'Windows'
|
||||||
with:
|
with:
|
||||||
archive: false
|
archive: false
|
||||||
if-no-files-found: ignore
|
if-no-files-found: ignore
|
||||||
@@ -815,7 +815,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Archive zip artifacts
|
- name: Archive zip artifacts
|
||||||
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # 7.0.0
|
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # 7.0.0
|
||||||
if: always()
|
if: runner.os == 'Windows'
|
||||||
with:
|
with:
|
||||||
archive: false
|
archive: false
|
||||||
if-no-files-found: ignore
|
if-no-files-found: ignore
|
||||||
@@ -824,7 +824,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Archive msi artifacts
|
- name: Archive msi artifacts
|
||||||
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # 7.0.0
|
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # 7.0.0
|
||||||
if: always()
|
if: runner.os == 'Windows'
|
||||||
with:
|
with:
|
||||||
archive: false
|
archive: false
|
||||||
if-no-files-found: ignore
|
if-no-files-found: ignore
|
||||||
|
|||||||
Reference in New Issue
Block a user