Skip to content

Commit

Permalink
Export dist/ as artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
Wikiwix authored Oct 7, 2023
1 parent fe346dd commit f16312a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,9 @@ jobs:
env:
GH_TOKEN: ${{ secrets.github_token }}
USE_HARD_LINKS: 'false'
- name: Archive dmg
uses: actions/upload-artifact@v3
with:
name: dist
path: |
dist

0 comments on commit f16312a

Please sign in to comment.