Skip to content

Commit 0c7b6f2

Browse files
committed
#3286 ci: change Qt6 AppImage filename, so it is correct in the checksum file
Signed-off-by: Patrizio Bekerle <patrizio@bekerle.com>
1 parent 5f34492 commit 0c7b6f2

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

.github/workflows/build-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -221,8 +221,8 @@ jobs:
221221
ls -hal *.AppImage
222222
find -iname "*.AppImage"
223223
# It's ok if no file needs to be renamed
224-
mv *.AppImage ${{env.EXECUTABLE}}-x86_64.AppImage ||:
225-
sha256sum ${{env.EXECUTABLE}}-x86_64.AppImage > ${{env.EXECUTABLE}}-x86_64.AppImage.sha256sum
224+
mv *.AppImage ${{env.EXECUTABLE}}-x86_64-Qt6.AppImage ||:
225+
sha256sum ${{env.EXECUTABLE}}-x86_64-Qt6.AppImage > ${{env.EXECUTABLE}}-x86_64-Qt6.AppImage.sha256sum
226226
ls -hal *.AppImage
227227
find -iname "*.AppImage"
228228
pwd
@@ -233,7 +233,7 @@ jobs:
233233
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
234234
with:
235235
upload_url: ${{ needs.create_release.outputs.upload_url }}
236-
asset_path: ./src/QOwnNotes-x86_64.AppImage
236+
asset_path: ./src/QOwnNotes-x86_64-Qt6.AppImage
237237
asset_name: QOwnNotes-x86_64-Qt6.AppImage
238238
asset_content_type: application/vnd.appimage
239239
- name: "📤 Release AppImage Qt6 sha256sum"
@@ -242,7 +242,7 @@ jobs:
242242
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
243243
with:
244244
upload_url: ${{ needs.create_release.outputs.upload_url }}
245-
asset_path: ./src/QOwnNotes-x86_64.AppImage.sha256sum
245+
asset_path: ./src/QOwnNotes-x86_64-Qt6.AppImage.sha256sum
246246
asset_name: QOwnNotes-x86_64-Qt6.AppImage.sha256sum
247247
asset_content_type: text/plain
248248

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# QOwnNotes Changelog
22

3+
## 25.6.0
4+
5+
- The filename in checksum files of the Qt6 AppImages in the releases on GitHub was fixed
6+
(for [#3286](https://github.com/pbek/QOwnNotes/issues/3286))
7+
38
## 25.5.10
49

510
- One more missing library for the scripting engine was added to the OBS

0 commit comments

Comments
 (0)