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 00bc63e commit cf4def5
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,17 @@ 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 ./dist/com.tee.discord-rpc/* -r -d -j
run: zip discord-rpc ./dist/com.tee.discord-rpc/* -r -j

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

- name: Upload artifact for deployment job (zxp)
uses: actions/upload-artifact@v2
with:
name: discord-rpc
Expand Down

0 comments on commit cf4def5

Please sign in to comment.