Skip to content

Commit

Permalink
log upload path
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkNerdi committed Jul 3, 2024
1 parent a00feb7 commit c4f6070
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/reusable_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
# shell: bash

- name: Create Release
uses: "actions/github-script@v6"
uses: "actions/github-script@v7"
id: create_release
env:
TAG: ${{ github.ref }}
Expand Down Expand Up @@ -148,8 +148,12 @@ jobs:

return createReleaseResponse.upload_url;


- name: OUTPUT
run: echo "${{ steps.create_release.outputs.result }}"

- name: Upload Linux assets
uses: "actions/github-script@v6"
uses: "actions/github-script@v7"
env:
VERSION: ${{ env.VERSION }}
UPLOAD_URL: ${{ steps.create_release.outputs.result }}
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-17",
"version": "0.0.16-alpha-18",
"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 c4f6070

Please sign in to comment.