diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1eae77e1d..31702affd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -202,6 +202,10 @@ jobs: run: | gh release upload ${{ github.ref_name }} NotepadNext-Windows-Qt5.15.2-Installer/NotepadNext-${{ github.ref_name }}-Installer.exe + - name: Upload Windows Zip + run: | + gh release upload ${{ github.ref_name }} NotepadNext-Windows-Qt5.15.2-Zip/NotepadNext-${{ github.ref_name }}.zip + - name: Upload Linux AppImage run: | gh release upload ${{ github.ref_name }} NotepadNext-Linux-Qt5.15.2-AppImage/NotepadNext-x86_64.AppImage diff --git a/deploy/linux/com.github.dail8859.NotepadNext.metainfo.xml b/deploy/linux/com.github.dail8859.NotepadNext.metainfo.xml index ffcf7e0cb..6f802c379 100644 --- a/deploy/linux/com.github.dail8859.NotepadNext.metainfo.xml +++ b/deploy/linux/com.github.dail8859.NotepadNext.metainfo.xml @@ -26,6 +26,7 @@ com.github.dail8859.NotepadNext.desktop + diff --git a/doc/Create Release.md b/doc/Create Release.md index ac626fbf1..ea3f8ca6e 100644 --- a/doc/Create Release.md +++ b/doc/Create Release.md @@ -6,7 +6,6 @@ - Tag commit with new version number - Push commit and tag to GitHub - Once GitHub action finishes, edit draft notes of new release that was automatically created -- Download the zip, rename, upload to the draft release (the zip is not automatically uploaded) - Publish ## Manually Build Release diff --git a/src/Version.pri b/src/Version.pri index 423e3f665..952d7e96d 100644 --- a/src/Version.pri +++ b/src/Version.pri @@ -15,5 +15,5 @@ # along with Notepad Next. If not, see . -APP_VERSION = "0.5.4" +APP_VERSION = "0.5.5" APP_COPYRIGHT = "Copyright 2019-2022 Justin Dailey"