Skip to content

Commit 62ab931

Browse files
authored
Merge pull request #4 from AztecProtocol/gj/fix_release
fix
2 parents b41e6e3 + c8f4794 commit 62ab931

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,15 +102,15 @@ jobs:
102102
uses: actions/upload-artifact@v4
103103
with:
104104
name: extension-chrome-release
105-
path: extension/.output/wxt-react-starter-0.0.0-chrome.zip
105+
path: extension/.output/demo-aztec-wallet-0.0.0-chrome.zip
106106
retention-days: ${{ inputs.retention-days }}
107107

108108
- name: Upload Firefox extension zip (release)
109109
if: ${{ inputs.release-mode }}
110110
uses: actions/upload-artifact@v4
111111
with:
112112
name: extension-firefox-release
113-
path: extension/.output/wxt-react-starter-0.0.0-firefox.zip
113+
path: extension/.output/demo-aztec-wallet-0.0.0-firefox.zip
114114
retention-days: ${{ inputs.retention-days }}
115115

116116
build-electron:

0 commit comments

Comments
 (0)