Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoha000 committed Sep 23, 2023
1 parent 3ff0217 commit aba5a3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v2

- name: Extract tag name
run: echo "::set-output name=version::${GITHUB_REF##*/}"
run: echo "name=version" >> $GITHUB_OUTPUT

- name: Update package.version in tauri.conf.json
run: |
Expand Down
2 changes: 1 addition & 1 deletion .tauri-updater.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
"pub_date": "2023-09-23T21:32:10.350Z",
"signature": "dW50cnVzdGVkIGNvbW1lbnQ6IHNpZ25hdHVyZSBmcm9tIHRhdXJpIHNlY3JldCBrZXkKUlVTTU1aNmtrVzFOdGd3MDZZMmlrYXV4ZzNlUmJvUHdqNEMrZmZXejd4eHpZU2hHcUhocGQyNitveTZjUVRYVmpTeFF0S2oxdXEvVmVKbU52emU1MFJPRlFoU3l0ZGp5TmdRPQp0cnVzdGVkIGNvbW1lbnQ6IHRpbWVzdGFtcDoxNjk1NTA0NDY2CWZpbGU6TGF1bmNoZXJnXzAuMi4xX3g2NF9qYS1KUC5tc2kuemlwCmM4UlVheHBhRi94OUVKVkV4QWtLdE9CS3Ira3hiU0RiZVBRUTRqeTA3TUdzQ01yTjZDVDB0Vk1yQS9nS056dGhSa1VYN2NiZHRVSnUxTzhZNUtHZkFBPT0K",
"url": "https://github.com/ryoha000/launcherg/releases/download/v0.2.1/Launcherg_0.2.1_x64_ja-JP.msi.zip"
}
}

0 comments on commit aba5a3b

Please sign in to comment.