Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
teeteeteeteetee committed May 10, 2023
1 parent a2a618d commit a874fd0
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,16 @@ jobs:
uses: borales/actions-yarn@v4
with:
cmd: release:prod # will run `yarn release:prod` command
- name: Zip artifact for deployment
run: zip discord-rpc.zip ./dist/com.tee.discord-rpc* -r

- name: Upload artifact for deployment job
uses: actions/upload-artifact@v2
with:
name: discord-rpc.zip
path: ./dist/discord-rpc.zip
- name: Upload artifact for deployment job
uses: actions/upload-artifact@v2
with:
name: discord-rpc.zxp
path: ./dist/discord-rpc.zxp

0 comments on commit a874fd0

Please sign in to comment.