Commit e21ccce 1 parent ce18ed8 commit e21ccce Copy full SHA for e21ccce
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,12 +43,12 @@ jobs:
43
43
echo VERSION=$VERSION >> $GITHUB_OUTPUT
44
44
- name : Compress generated docs
45
45
run : |
46
- tar czvf identity .tar.gz docs/*
46
+ tar czvf wasm .tar.gz docs/*
47
47
48
48
- name : Upload docs to AWS S3
49
49
env :
50
50
AWS_ACCESS_KEY_ID : ${{ secrets.AWS_ACCESS_KEY_ID_IOTA_WIKI }}
51
51
AWS_SECRET_ACCESS_KEY : ${{ secrets.AWS_SECRET_ACCESS_KEY_IOTA_WIKI }}
52
52
AWS_DEFAULT_REGION : " eu-central-1"
53
53
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
You can’t perform that action at this time.
0 commit comments