Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiram committed Jan 13, 2024
1 parent 5824361 commit fa70d17
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,26 +40,26 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: zyplayer-mac
path: ./release/*-mac-*.dmg
path: ./release/*/*-mac-*.dmg
if-no-files-found: ignore

- name: Upload Artifact (Windows)
uses: actions/upload-artifact@v3
with:
name: zyplayer-win
path: ./release/*-win-*.exe
path: ./release/*/*-win-*.exe
if-no-files-found: ignore

- name: Upload Artifact (Linux AppImage)
uses: actions/upload-artifact@v3
with:
name: zyplayer-linux
path: ./release/*.AppImage
path: ./release/*/*.AppImage
if-no-files-found: ignore

- name: Upload Artifact (Linux deb)
uses: actions/upload-artifact@v3
with:
name: zyplayer-linux
path: ./release/*.deb
path: ./release/*/*.deb
if-no-files-found: ignore

0 comments on commit fa70d17

Please sign in to comment.