Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
coke12103 committed Sep 5, 2020
1 parent f46392e commit 4602057
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,10 @@ jobs:
run: url=$(cat artifact/url.txt) && echo "##[set-output name=upload_url;]$url"

- name: zip(linux)
run: zip -j -r tencha_linux LinuxPackage
run: zip tencha_linux -r LinuxPackage

- name: zip(win)
run: zip -j -r tencha_windows WindowsPackage
run: zip tencha_windows -r WindowsPackage

- name: Upload release asset(linux)
uses: actions/[email protected]
Expand Down

0 comments on commit 4602057

Please sign in to comment.