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 7, 2023
1 parent aa0d8f3 commit a4356c2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,3 +136,11 @@ jobs:
draft: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload output artifacts
uses: actions/upload-artifact@v2
with:
path: |
dist/*.AppImage
dist/*.deb
dist/*.rpm
retention-days: 5

0 comments on commit a4356c2

Please sign in to comment.