Skip to content

Commit

Permalink
fix(ci): r2 bucket amplifier indexing (#649)
Browse files Browse the repository at this point in the history
  • Loading branch information
maancham authored Oct 4, 2024
1 parent 76aa0c0 commit 23cec5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-contracts-and-push-to-r2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:
echo "r2-destination-dir=./releases/cosmwasm/${crate_name}" >> $GITHUB_OUTPUT
- uses: ryand56/r2-upload-action@latest
- uses: ryand56/r2-upload-action@v1.3.2
if: steps.check-release.outputs.is-release == 'true'
with:
r2-account-id: ${{ secrets.R2_ACCOUNT_ID }}
Expand All @@ -160,7 +160,7 @@ jobs:
destination-dir: ${{ steps.prepare-release.outputs.r2-destination-dir }}


- uses: ryand56/r2-upload-action@latest
- uses: ryand56/r2-upload-action@v1.3.2
if: steps.check-release.outputs.is-release != 'true'
with:
r2-account-id: ${{ secrets.R2_ACCOUNT_ID }}
Expand Down

0 comments on commit 23cec5a

Please sign in to comment.