From f6847913b01e26b98470d0762a98904d6ad13a78 Mon Sep 17 00:00:00 2001 From: dail8859 Date: Tue, 5 Jul 2022 19:12:17 -0400 Subject: [PATCH] Trying again...again --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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