Skip to content

Commit

Permalink
fix: add js files
Browse files Browse the repository at this point in the history
  • Loading branch information
samuele-cozzi committed Jun 22, 2023
1 parent f4869cc commit 1d5ef78
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,3 +117,23 @@ jobs:
asset_path: ./styles.css
asset_name: styles.css
asset_content_type: text/css
- name: Upload styles.css
id: upload-bespoke-js
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ needs.release-please.outputs.upload_url }}
asset_path: ./node_modules/@marp-team/marp-cli/lib/bespoke.js
asset_name: renderer/bespoke.js
asset_content_type: text/javascript
- name: Upload styles.css
id: upload-watch-js
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ needs.release-please.outputs.upload_url }}
asset_path: ./node_modules/@marp-team/marp-cli/lib/watch.js
asset_name: renderer/watch.js
asset_content_type: text/javascript

0 comments on commit 1d5ef78

Please sign in to comment.