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:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -709,7 +709,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Archive production artifacts
|
- name: Archive production artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
if: github.event_name == 'push' && matrix.goal != 'test'
|
if: (github.event_name == 'push' || github.event_name == 'schedule') && matrix.goal != 'test'
|
||||||
with:
|
with:
|
||||||
name: gam-binaries
|
name: gam-binaries
|
||||||
path: |
|
path: |
|
||||||
@@ -724,6 +724,7 @@ jobs:
|
|||||||
tar cJvvf bin.tar.xz bin/
|
tar cJvvf bin.tar.xz bin/
|
||||||
|
|
||||||
publish:
|
publish:
|
||||||
|
if: github.event_name == 'push'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: build
|
needs: build
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user