Skip to content

Commit

Permalink
Merge pull request #23 from ZhymabekRoman/patch-1
Browse files Browse the repository at this point in the history
CI: Upload Debian and AppImage artifacts separate
  • Loading branch information
omegaui authored Dec 31, 2023
2 parents 6647b0b + fc52da1 commit 014a72f
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,16 @@ jobs:
with:
entrypoint: appimage-builder
args: --recipe ./AppImageBuilder.yml --skip-test
- name: Save build as artifacts
- name: Save Debian build as artifact
uses: actions/upload-artifact@v2
with:
name: build
path: |
./*.AppImage
./debian/packages/*.deb
name: Debian
path: ./debian/packages/*.deb
- name: Save AppImage build as artifact
uses: actions/upload-artifact@v2
with:
name: AppImage
path: ./*.AppImage
- name: Release
if: false # TODO
uses: marvinpinto/action-automatic-releases@latest
Expand Down

0 comments on commit 014a72f

Please sign in to comment.