mirror of
https://github.com/Royce551/FRESHMusicPlayer.git
synced 2025-01-22 02:41:48 -05:00
Fix artifact upload
This commit is contained in:
parent
5863220bcd
commit
de6b9f8656
1 changed files with 1 additions and 1 deletions
2
.github/workflows/macos.yml
vendored
2
.github/workflows/macos.yml
vendored
|
@ -34,5 +34,5 @@ jobs:
|
||||||
- uses: actions/upload-artifact@v1
|
- uses: actions/upload-artifact@v1
|
||||||
name: "Upload Artifact"
|
name: "Upload Artifact"
|
||||||
with:
|
with:
|
||||||
name: "FRESHMusicPlayer.dmg"
|
name: "FRESHMusicPlayer-${{ matrix.arch }}.dmg"
|
||||||
path: "./FRESHMusicPlayer.dmg"
|
path: "./FRESHMusicPlayer.dmg"
|
Loading…
Reference in a new issue