We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57241fe commit d2688a3Copy full SHA for d2688a3
.github/workflows/publish-permaweb.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: Publish Website
34
run: dotnet publish src/aoWebWallet -o publish/aoWebWallet -c Release --version-suffix ${{ env.APP_VERSION }}
35
- name: upload the directory
36
- uses: outlierventures/arweave-bundler-action@v0.3.2
+ uses: outlierventures/arweave-bundler@v0.3.2
37
with:
38
command: upload
39
directory: publish/aoWebWallet/wwwroot/
0 commit comments