Skip to content

Commit

Permalink
ci: get exe and appimage properly from build
Browse files Browse the repository at this point in the history
  • Loading branch information
javierguzman committed Jun 26, 2023
1 parent 703359c commit 0b335ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,9 @@ jobs:
with:
name: artifacts
path: |
out/make/*.dmg
out/make/*.AppImage
out/make/*.exe
out/make/**/*.dmg
out/make/**/*.AppImage
out/make/**/*.exe
- name: Show build items
run: |
Expand Down

0 comments on commit 0b335ee

Please sign in to comment.