Skip to content

Commit

Permalink
Merge pull request #222 from datarootsio/dependabot/github_actions/go…
Browse files Browse the repository at this point in the history
…ogle-github-actions/upload-cloud-storage-2.2.1

Bump google-github-actions/upload-cloud-storage from 2.2.0 to 2.2.1
  • Loading branch information
bart6114 authored Nov 18, 2024
2 parents 0da8cc5 + 804b8ba commit bcbdb00
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,16 +97,16 @@ jobs:
with:
credentials_json: ${{ secrets.gcp_credentials_cheek }}
- id: upload-files
uses: google-github-actions/[email protected].0
uses: google-github-actions/[email protected].1
with:
path: ${{ matrix.goos }}/${{ matrix.goarch }}/cheek-${{ steps.vars.outputs.sha_short }}
destination: cheek-scheduler/${{ matrix.goos }}/${{ matrix.goarch }}/
- uses: google-github-actions/[email protected].0
- uses: google-github-actions/[email protected].1
if: github.ref == 'refs/heads/main'
with:
path: ${{ matrix.goos }}/${{ matrix.goarch }}/cheek-${{ needs.version_tag.outputs.new_tag }}
destination: cheek-scheduler/${{ matrix.goos }}/${{ matrix.goarch }}/
- uses: google-github-actions/[email protected].0
- uses: google-github-actions/[email protected].1
if: github.ref == 'refs/heads/main'
with:
path: ${{ matrix.goos }}/${{ matrix.goarch }}/cheek
Expand Down

0 comments on commit bcbdb00

Please sign in to comment.