preserve gam builds as Action artifact

This commit is contained in:
Jay Lee
2021-05-11 12:56:22 -04:00
parent 1d1dad4b30
commit c52fdf6395

View File

@@ -342,3 +342,10 @@ jobs:
echo "file uploaded as ${fileid}, setting ACL..."
$gam user $gam_user add drivefileacl $fileid anyone role reader withlink
done
- name: Archive production artifacts
uses: actions/upload-artifact@v2
if: github.event_name == 'push' && matrix.goal != 'test'
with:
path: |
gam-$GAMVERSION-*