diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 412dd0fe1..847a0571c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -184,13 +184,13 @@ jobs: - name: Checkout Repository uses: actions/checkout@v2 - - name: Download all artifacts - uses: actions/download-artifact@v3 - - name: Create Draft Release run: | gh release create ${{ github.ref_name }} --title ${{ github.ref_name }} --generate-notes --draft + - name: Download all artifacts + uses: actions/download-artifact@v3 + - name: Upload Windows Installer run: | gh release upload ${{ github.ref_name }} NotepadNext-Windows-Qt5.15.2-Installer/NotepadNext-${{ github.ref_name }}-Installer.exe