Skip to content

Commit

Permalink
github actions change
Browse files Browse the repository at this point in the history
  • Loading branch information
git committed Oct 1, 2024
1 parent 75949f9 commit 6449f6d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,9 @@ jobs:
- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
path: dist-release/*
path: |
dist-release/*.exe
dist-release/*.dmg
dist-release/*.AppImage
dist-release/*.deb

0 comments on commit 6449f6d

Please sign in to comment.