We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b41e6e3 + c8f4794 commit 62ab931Copy full SHA for 62ab931
.github/workflows/build.yml
@@ -102,15 +102,15 @@ jobs:
102
uses: actions/upload-artifact@v4
103
with:
104
name: extension-chrome-release
105
- path: extension/.output/wxt-react-starter-0.0.0-chrome.zip
+ path: extension/.output/demo-aztec-wallet-0.0.0-chrome.zip
106
retention-days: ${{ inputs.retention-days }}
107
108
- name: Upload Firefox extension zip (release)
109
if: ${{ inputs.release-mode }}
110
111
112
name: extension-firefox-release
113
- path: extension/.output/wxt-react-starter-0.0.0-firefox.zip
+ path: extension/.output/demo-aztec-wallet-0.0.0-firefox.zip
114
115
116
build-electron:
0 commit comments