Skip to content

Commit

Permalink
tgz文件的输出目录
Browse files Browse the repository at this point in the history
  • Loading branch information
chexiongsheng committed Feb 27, 2021
1 parent d33bea7 commit b0e1e2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,8 @@ jobs:

- name: Create Release Asset
run: |
cd V8/ && tar cvfz Plugins_V8_ver${{ env.PLUGIN_VERSION }}.tgz Plugins && cd -
cd Quickjs/ && tar cvfz Plugins_Quickjs_ver${{ env.PLUGIN_VERSION }}.tgz Plugins && cd -
cd V8/ && tar cvfz ../Plugins_V8_ver${{ env.PLUGIN_VERSION }}.tgz Plugins && cd -
cd Quickjs/ && tar cvfz ../Plugins_Quickjs_ver${{ env.PLUGIN_VERSION }}.tgz Plugins && cd -
- name: Create Release
id: create_release
Expand Down

0 comments on commit b0e1e2c

Please sign in to comment.