Skip to content

Commit

Permalink
Trying again...again
Browse files Browse the repository at this point in the history
  • Loading branch information
dail8859 committed Jul 5, 2022
1 parent 8fa09e4 commit f684791
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f684791

Please sign in to comment.