Skip to content

Commit

Permalink
Update the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sondreb committed Jan 8, 2025
1 parent b64ead9 commit aa410f7
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@v1
uses: actions/upload-artifact@v2
with:
name: ${{env.BLOCKCORE}}-preview-${{env.VERSION}}
path: "${{env.RELEASE_NAME_BLOCKCORE}}"

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

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

0 comments on commit aa410f7

Please sign in to comment.