mirror of
https://github.com/pbek/QOwnNotes.git
synced 2025-06-28 12:59:52 +00:00
appimage: don't fail if AppImage is already named correctly
Signed-off-by: Patrizio Bekerle <patrizio@bekerle.com>
This commit is contained in:
parent
60bf53853c
commit
c7bc325691
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-release-qt6.yml
vendored
2
.github/workflows/build-release-qt6.yml
vendored
|
@ -152,7 +152,7 @@ jobs:
|
||||||
|
|
||||||
# Cleanup
|
# Cleanup
|
||||||
rm linuxdeploy-x86_64.AppImage linuxdeploy-plugin-qt-x86_64.AppImage
|
rm linuxdeploy-x86_64.AppImage linuxdeploy-plugin-qt-x86_64.AppImage
|
||||||
mv *.AppImage ${{env.EXECUTABLE}}-x86_64.AppImage
|
mv *.AppImage ${{env.EXECUTABLE}}-x86_64.AppImage || true
|
||||||
sha256sum ${{env.EXECUTABLE}}-x86_64.AppImage > ${{env.EXECUTABLE}}-x86_64.AppImage.sha256sum
|
sha256sum ${{env.EXECUTABLE}}-x86_64.AppImage > ${{env.EXECUTABLE}}-x86_64.AppImage.sha256sum
|
||||||
ls -hal *.AppImage
|
ls -hal *.AppImage
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue