Skip to content

Commit

Permalink
Also upload the development build
Browse files Browse the repository at this point in the history
  • Loading branch information
orhoj committed Feb 6, 2024
1 parent b0de732 commit 830f8e7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,12 @@ jobs:
with:
name: concordium-browser-wallet
path: ./packages/browser-wallet/dist

- name: Make development build
run: cd ./packages/browser-wallet && yarn build:dev

- name: Upload development release
uses: actions/upload-artifact@master
with:
name: concordium-browser-wallet-dev
path: ./packages/browser-wallet/dist

0 comments on commit 830f8e7

Please sign in to comment.