Skip to content

Commit

Permalink
chore(GH Workflows): save app artifacts only
Browse files Browse the repository at this point in the history
  • Loading branch information
bludnic committed Jul 3, 2024
1 parent 85920b0 commit 4d1c3f7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/electron-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ jobs:
- name: Save artifacts
uses: actions/upload-artifact@v4
with:
name: electron-release-app
name: linux-release-app
path: |
release-electron/*.AppImage
5 changes: 1 addition & 4 deletions .github/workflows/electron-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ jobs:
- name: Save artifacts
uses: actions/upload-artifact@v4
with:
name: electron-release-app
name: macos-release-app
path: |
release-electron/*.dmg
release-electron/*.blockmap
release-electron/*.yaml
release-electron/*.yml
5 changes: 1 addition & 4 deletions .github/workflows/electron-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ jobs:
- name: Save artifacts
uses: actions/upload-artifact@v4
with:
name: electron-release-app
name: windows-release-app
path: |
release-electron/*.exe
release-electron/*.blockmap
release-electron/*.yaml
release-electron/*.yml

0 comments on commit 4d1c3f7

Please sign in to comment.