mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 20:31:35 +00:00
actions take 121
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -284,8 +284,8 @@ jobs:
|
|||||||
- name: Upload to Google Drive, build only.
|
- name: Upload to Google Drive, build only.
|
||||||
if: github.event_name == 'push' && matrix.goal != 'test'
|
if: github.event_name == 'push' && matrix.goal != 'test'
|
||||||
run: |
|
run: |
|
||||||
export filepattern="gam-${GAMVERSION}-*"
|
ls -l gam-$GAMVERSION-*
|
||||||
for gamfile in "${filepattern}"; do
|
for gamfile in gam-$GAMVERSION-*; do
|
||||||
echo "Uploading file ${gamfile} to Google Drive..."
|
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)
|
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..."
|
echo "file uploaded as ${fileid}, setting ACL..."
|
||||||
|
|||||||
Reference in New Issue
Block a user