We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f9fb8fe + cd65a78 commit c0491c3Copy full SHA for c0491c3
.github/workflows/publish-sprinter.yml
@@ -13,12 +13,11 @@ jobs:
13
steps:
14
- name: Checkout code
15
uses: actions/checkout@v2
16
- - name: Upload testnet assets
+ - name: Upload sprinter production assets
17
uses: shallwefootball/s3-upload-action@master
18
with:
19
aws_key_id: ${{ secrets.STAGE_AWS_KEY_ID }}
20
aws_secret_access_key: ${{ secrets.STAGE_AWS_SECRET_ACCESS_KEY }}
21
- aws_bucket: chainbridge-assets-stage
+ aws_bucket: sygma-assets-mainnet
22
source_dir: './sprinter'
23
destination_dir: '.'
24
-
0 commit comments