Skip to content

Commit

Permalink
upload build artifacts for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
theofficialgman committed Jul 8, 2023
1 parent a102c93 commit 35949fa
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,3 +161,13 @@ jobs:
draft: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload output artifacts
uses: actions/upload-artifact@v3
if: matrix.friendlyName == 'Ubuntu'
with:
name: ${{ matrix.friendlyName }}-${{ matrix.arch }}-artifacts
path: |
dist/*.AppImage
dist/*.deb
dist/*.rpm
retention-days: 5

0 comments on commit 35949fa

Please sign in to comment.