Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sondreb committed Jan 8, 2025
1 parent aa410f7 commit 22e3674
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,19 +78,19 @@ jobs:
rm -rf dist/extension
- name: Upload Blockcore
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ${{env.BLOCKCORE}}-preview-${{env.VERSION}}
path: "${{env.RELEASE_NAME_BLOCKCORE}}"

- name: Upload CoinVault
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ${{env.COINVAULT}}-preview-${{env.VERSION}}
path: "${{env.RELEASE_NAME_COINVAULT}}"

- name: Upload FreeCityWallet
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ${{env.FREECITY}}-preview-${{env.VERSION}}
path: "${{env.RELEASE_NAME_FREECITY}}"
Expand Down

0 comments on commit 22e3674

Please sign in to comment.