Skip to content

Commit

Permalink
'test'
Browse files Browse the repository at this point in the history
  • Loading branch information
wyzdwdz committed Apr 16, 2024
1 parent fed30e6 commit 4469d1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
cp ./src/qt/resources/icon.png ./AppDir/usr/share/icons
mkdir -p ./AppDir/usr/share/applications
cp ./src/qt/resources/assfonts-gui.desktop ./AppDir/usr/share/applications
sed -i 's@!!!VERSION!!!@${{ github.ref_name }}@g' AppImageBuilder.yml
sed -i 's/!!!VERSION!!!/${{ github.ref_name }}/g' AppImageBuilder.yml
appimage-builder --recipe AppImageBuilder.yml --skip-tests
- name: upload Linux
Expand Down

0 comments on commit 4469d1f

Please sign in to comment.