Skip to content

Commit

Permalink
ci: upload-zip release action
Browse files Browse the repository at this point in the history
  • Loading branch information
hlolli committed Jan 15, 2024
1 parent 18683ef commit 73b78ff
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ jobs:
run: |
npm run build:headless
zip -r dist-headless.zip ./renderer/dist-headless
- name: Upload Release
uses: ncipollo/release-action@v1
with:
artifacts: "dist-headless.zip"
token: ${{ secrets.GITHUB_TOKEN }}
# - name: Create a Release
# uses: elgohr/Github-Release-Action@v5
# env:
Expand Down

0 comments on commit 73b78ff

Please sign in to comment.