From c52fdf63952e343ba28c003524655e7c6d363efb Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Tue, 11 May 2021 12:56:22 -0400 Subject: [PATCH] preserve gam builds as Action artifact --- .github/workflows/build.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 045dba5f..3aa52d4a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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-*