Skip to content

Commit

Permalink
feat: upload artifact afterwards
Browse files Browse the repository at this point in the history
  • Loading branch information
danjohnson95 committed Aug 15, 2023
1 parent 5e16874 commit 8865737
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,8 @@ jobs:
env:
CSC_KEY_PASSWORD: ${{ secrets.CSC_KEY_PASSWORD }}
CSC_LINK: ${{ secrets.CSC_LINK }}

- uses: actions/upload-artifact@v3
with:
name: dist
path: dist

0 comments on commit 8865737

Please sign in to comment.