Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AtomicSponge committed May 30, 2024
1 parent 02bb37f commit 18c1ce7
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/build-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ jobs:
overwrite: true
if-no-files-found: error
path: |
release/*.dmg
release/*.pkg
release/*.*
# Upload Linux
- name: Archive Build Artifacts
if: startsWith(matrix.os, 'ubuntu')
Expand All @@ -49,10 +48,7 @@ jobs:
overwrite: true
if-no-files-found: error
path: |
release/*.AppImage
release/*.deb
release/*.rpm
release/*.pacman
release/*.*
# Upload Windows
- name: Archive Build Artifacts
if: startsWith(matrix.os, 'windows')
Expand All @@ -62,4 +58,4 @@ jobs:
overwrite: true
if-no-files-found: error
path: |
release/*.exe
release/*.*

0 comments on commit 18c1ce7

Please sign in to comment.