mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 12:21:35 +00:00
preserve gam builds as Action artifact
This commit is contained in:
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@@ -342,3 +342,10 @@ jobs:
|
|||||||
echo "file uploaded as ${fileid}, setting ACL..."
|
echo "file uploaded as ${fileid}, setting ACL..."
|
||||||
$gam user $gam_user add drivefileacl $fileid anyone role reader withlink
|
$gam user $gam_user add drivefileacl $fileid anyone role reader withlink
|
||||||
done
|
done
|
||||||
|
|
||||||
|
- name: Archive production artifacts
|
||||||
|
uses: actions/upload-artifact@v2
|
||||||
|
if: github.event_name == 'push' && matrix.goal != 'test'
|
||||||
|
with:
|
||||||
|
path: |
|
||||||
|
gam-$GAMVERSION-*
|
||||||
|
|||||||
Reference in New Issue
Block a user