Skip to content

Commit

Permalink
Test 3
Browse files Browse the repository at this point in the history
  • Loading branch information
IPECTER committed Feb 18, 2024
1 parent d275bdf commit c6b40db
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,18 @@ jobs:
with:
name: ${{ matrix.os }}
path: |
dist/*.dmg
dist/*.AppImage
dist/*.exe
- name: Release
uses: softprops/[email protected]
with:
name: "Build #${{ env.RELEASE }}"
tag_name: ${{ env.RELEASE }}
target_commitish: ${{ github.ref_name }}
generate_release_notes: true
fail_on_unmatched_files: true
files: |
dist/*.dmg
dist/*.AppImage
dist/*.exe

0 comments on commit c6b40db

Please sign in to comment.