File tree 2 files changed +9
-4
lines changed 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -221,8 +221,8 @@ jobs:
221
221
ls -hal *.AppImage
222
222
find -iname "*.AppImage"
223
223
# 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
226
226
ls -hal *.AppImage
227
227
find -iname "*.AppImage"
228
228
pwd
@@ -233,7 +233,7 @@ jobs:
233
233
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
234
234
with :
235
235
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
237
237
asset_name : QOwnNotes-x86_64-Qt6.AppImage
238
238
asset_content_type : application/vnd.appimage
239
239
- name : " 📤 Release AppImage Qt6 sha256sum"
@@ -242,7 +242,7 @@ jobs:
242
242
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
243
243
with :
244
244
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
246
246
asset_name : QOwnNotes-x86_64-Qt6.AppImage.sha256sum
247
247
asset_content_type : text/plain
248
248
Original file line number Diff line number Diff line change 1
1
# QOwnNotes Changelog
2
2
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
+
3
8
## 25.5.10
4
9
5
10
- One more missing library for the scripting engine was added to the OBS
You can’t perform that action at this time.
0 commit comments