Skip to content

Commit

Permalink
using gsutil 0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
xucian committed Nov 13, 2021
1 parent 85886c8 commit 7cef3a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ runs:
bucket: ${{ inputs.bucket }}

- name: Upload raw
uses: main-quest/[email protected].9
uses: main-quest/[email protected].10
if: ${{ inputs.zip == 'false' }}
with:
key: ${{ inputs.key }}
Expand All @@ -47,7 +47,7 @@ runs:
echo "::set-output name=file_path::$f"
- name: Upload zipped if asked to
uses: main-quest/[email protected].9
uses: main-quest/[email protected].10
if: ${{ inputs.zip == 'true' }}
with:
key: ${{ inputs.key }}
Expand Down

0 comments on commit 7cef3a8

Please sign in to comment.