Skip to content

Commit e21ccce

Browse files
committed
Unify setup with SDK and EVM docs
1 parent ce18ed8 commit e21ccce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/upload-docs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@ jobs:
4343
echo VERSION=$VERSION >> $GITHUB_OUTPUT
4444
- name: Compress generated docs
4545
run: |
46-
tar czvf identity.tar.gz docs/*
46+
tar czvf wasm.tar.gz docs/*
4747
4848
- name: Upload docs to AWS S3
4949
env:
5050
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID_IOTA_WIKI }}
5151
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY_IOTA_WIKI }}
5252
AWS_DEFAULT_REGION: "eu-central-1"
5353
run: |
54-
aws s3 cp identity.tar.gz s3://files.iota.org/iota-wiki/iota-identity/${{ steps.get_release_version.outputs.VERSION }}/ --acl public-read
54+
aws s3 cp wasm.tar.gz s3://files.iota.org/iota-wiki/iota-identity/${{ steps.get_release_version.outputs.VERSION }}/ --acl public-read

0 commit comments

Comments
 (0)