Skip to content

Commit

Permalink
feat(ci): Upload dev artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
BirknerAlex committed Apr 11, 2024
1 parent b8ccdb6 commit 9c7dcbe
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,9 @@ jobs:
QUILL_NOTARY_KEY: ${{ secrets.QUILL_NOTARY_KEY }}
QUILL_NOTARY_KEY_ID: ${{ secrets.QUILL_NOTARY_KEY_ID }}
QUILL_NOTARY_ISSUER: ${{ secrets.QUILL_NOTARY_ISSUER }}
- name: Upload dist artifacts to GitHub when not on main
uses: actions/upload-artifact@v3
if: "!contains(github.ref, 'main')"
with:
name: gpcore
path: dist/*

0 comments on commit 9c7dcbe

Please sign in to comment.