Skip to content

Commit

Permalink
fix upload url
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkNerdi committed Jul 3, 2024
1 parent 32fa7d0 commit a00feb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/reusable_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:
uses: "actions/github-script@v6"
env:
VERSION: ${{ env.VERSION }}
UPLOAD_URL: ${{ steps.create_release.outputs.upload_url }}
UPLOAD_URL: ${{ steps.create_release.outputs.result }}
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
script: |
Expand Down
2 changes: 1 addition & 1 deletion packages/desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "desktop",
"productName": "Bloom",
"version": "0.0.16-alpha-16",
"version": "0.0.16-alpha-17",
"description": "Simple and secure web3 wallet for the IOTA and Shimmer ecosystem",
"main": "public/build/main.process.js",
"repository": "[email protected]:bloomwalletio/bloom.git",
Expand Down

0 comments on commit a00feb7

Please sign in to comment.