Skip to content

Commit 4bcf2c9

Browse files
authored
Update version_icon path in release workflows
1 parent f3b6f44 commit 4bcf2c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
version_url: 'https://dl.pstmn.io/download/latest/linux64'
2525
version_file: 'app/resources/app/package.json'
2626
version_bash: 'jq -r .version'
27-
version_icon: 'app/resources/app/assets/icon.png'
27+
version_icon: 'icon.png'
2828
- name: Upload artifact
2929
if: ${{ env.APP_UPDATE_NEEDED == 'true' }}
3030
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)