Skip to content

Commit

Permalink
Fix syntax error in deploy-testnet workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mikogs committed Jan 12, 2023
1 parent a1423c0 commit 34a9202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
S3BUCKET_URL: s3://${{ secrets.CI_MAINNET_S3BUCKET_NAME }}/builds/aleph-node/commits/${{ steps.get_branch.outputs.sha_short }}/aleph-runtime
S3BUCKET_FILE: aleph-runtime-${{ steps.get_branch.outputs.sha_short }}.tar.gz
run: |
aws s3 cp ${{ env.S3BUCKET_URL }}/${{ S3BUCKET_FILE }} ${{ env.S3BUCKET_FILE }}
aws s3 cp ${{ env.S3BUCKET_URL }}/${{ env.S3BUCKET_FILE }} ${{ env.S3BUCKET_FILE }}
- name: RELEASE ASSET | Add runtime to the release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 34a9202

Please sign in to comment.