From 26116474c56013f74bec261478acf2505406dc14 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Tue, 8 Mar 2022 07:54:50 -0500 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 71a70b31..15a653a0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -664,16 +664,16 @@ jobs: #$gam create printer displayname "${newbase}" uri ipp://localhost:631 driverless description "made by $(gam_user)" rm -f -v $gampath/enabledasa.txt - - name: Upload to Google Drive, build only. - if: github.event_name == 'push' && matrix.goal != 'test' - run: | - ls gam-$GAMVERSION-* - for gamfile in gam-$GAMVERSION-*; do - echo "Uploading file ${gamfile} to Google Drive..." - fileid=$($gam user $gam_user add drivefile localfile $gamfile drivefilename $GAMVERSION-${GITHUB_SHA:0:7}-$gamfile parentid 1N2zbO33qzUQFsGM49-m9AQC1ijzd_ru1 returnidonly) - echo "file uploaded as ${fileid}, setting ACL..." - $gam user $gam_user add drivefileacl $fileid anyone role reader withlink - done + # - name: Upload to Google Drive, build only. + # if: github.event_name == 'push' && matrix.goal != 'test' + # run: | + # ls gam-$GAMVERSION-* + # for gamfile in gam-$GAMVERSION-*; do + # echo "Uploading file ${gamfile} to Google Drive..." + # fileid=$($gam user $gam_user add drivefile localfile $gamfile drivefilename $GAMVERSION-${GITHUB_SHA:0:7}-$gamfile parentid 1N2zbO33qzUQFsGM49-m9AQC1ijzd_ru1 returnidonly) + # 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