Skip to content

Commit

Permalink
Update build-dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sherlockouo authored Dec 10, 2023
1 parent 85ac71a commit cc7c65b
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/build-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,14 @@ jobs:
name: R3PLAYX-mac-x64
path: ./packages/desktop/release/*-x64.dmg
if-no-files-found: ignore

- name: Upload mac latest yml
uses: actions/upload-artifact@v3
with:
name: latest-mac
path: ./packages/desktop/release/latest-mac.yml
if-no-files-found: ignore


- name: Upload Artifact (macOS arm64)
uses: actions/upload-artifact@v3
Expand All @@ -113,10 +121,24 @@ jobs:
name: R3PLAYX-win
path: ./packages/desktop/release/*x64-Setup.exe
if-no-files-found: ignore

- name: Upload windows latest yml
uses: actions/upload-artifact@v3
with:
name: latest
path: ./packages/desktop/release/latest.yml
if-no-files-found: ignore

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

- name: Upload linux latest yml
uses: actions/upload-artifact@v3
with:
name: latest-linux
path: ./packages/desktop/release/latest-linux.yml
if-no-files-found: ignore

0 comments on commit cc7c65b

Please sign in to comment.