Skip to content

Commit

Permalink
feat: update build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Sherlockouo committed Dec 11, 2023
1 parent 99d80fd commit 6ffc041
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,24 @@ jobs:
name: R3PLAYX-linux
path: release/*.AppImage
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 windows latest yml
uses: actions/upload-artifact@v3
with:
name: latest
path: ./packages/desktop/release/latest.yml
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 6ffc041

Please sign in to comment.