Skip to content

Commit

Permalink
ci: upload artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
songkeys committed Jul 4, 2024
1 parent 22c8b28 commit 270408f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,14 @@ jobs:

mac_certs: ${{ secrets.mac_certs }}
mac_certs_password: ${{ secrets.mac_certs_password }}

- name: Upload file
uses: actions/upload-artifact@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
path: |
"dist/*.dmg"
"dist/*.exe"
"dist/*.AppImage"
retention-days: 90

0 comments on commit 270408f

Please sign in to comment.