Skip to content

Commit

Permalink
Move content into wasm folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr-Electron committed Sep 3, 2024
1 parent 022a6ea commit 42b4c4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upload-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ jobs:
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY_IOTA_WIKI }}
AWS_DEFAULT_REGION: "eu-central-1"
run: |
aws s3 cp identity.tar.gz s3://files.iota.org/iota-wiki/iota-identity/${{ steps.get_release_version.outputs.VERSION }}/ --acl public-read
aws s3 cp identity.tar.gz s3://files.iota.org/iota-wiki/iota-identity/${{ steps.get_release_version.outputs.VERSION }}/wasm/ --acl public-read

0 comments on commit 42b4c4b

Please sign in to comment.