Skip to content

Commit

Permalink
another fix
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoiast committed Sep 21, 2024
1 parent 231d16f commit f3a48a0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,13 @@ jobs:
- name: Create Draft Release
run: |
gh release create ${{ github.ref_name }} --title ${{ github.ref_name }} --generate-notes --draft
# - name: Upload Windows Installer
- name: Download all artifacts
uses: actions/download-artifact@v4
with:
path: ./artifacts
- name: Upload assets to release
run: |
gh release upload ${{ github.ref_name }} ./artifacts/*
# run: |
# gh release upload ${{ github.ref_name }} qtedit4-qt671-${{ env.version }}-x86_64.exe
# - name: Upload Linux AppImage
Expand Down

0 comments on commit f3a48a0

Please sign in to comment.