Skip to content

Commit

Permalink
feat: Upload deb packages
Browse files Browse the repository at this point in the history
Signed-off-by: EndCredits <[email protected]>
  • Loading branch information
EndCredits committed Jan 11, 2024
1 parent d6ae0bb commit 0b3c57c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
9 changes: 8 additions & 1 deletion .github/workflows/build-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,13 +130,20 @@ jobs:
path: ./packages/desktop/release/latest.yml
if-no-files-found: ignore

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

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

- name: Upload linux latest yml
uses: actions/upload-artifact@v3
with:
Expand Down
9 changes: 8 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,13 +129,20 @@ jobs:
path: ./packages/desktop/release/latest.yml
if-no-files-found: ignore

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

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

- name: Upload linux latest yml
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 0b3c57c

Please sign in to comment.