Skip to content

Commit

Permalink
Fix to mainnet workflow (#1033) (#1066)
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin-Radecki authored Mar 22, 2023
1 parent 778738d commit 1023252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-mainnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
S3BUCKET_URL: s3://${{ secrets.CI_MAINNET_S3BUCKET_NAME }}/builds/aleph-node/commits/${{ steps.vars.outputs.sha_short }}/aleph-runtime
S3BUCKET_FILE: aleph-runtime-${{ steps.vars.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 1023252

Please sign in to comment.