Skip to content

Commit

Permalink
fixed workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
bab2min committed Mar 20, 2022
1 parent 8f048d6 commit cdc2d9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -51,7 +51,7 @@ jobs:
mv x86\kiwi.dll KiwiGui_Windows\bin_x86\
Expand-Archive kiwi_win_x64_${{ env.KIWI_VERSION }}.zip -DestinationPath x64
mv x64\kiwi.dll KiwiGui_Windows\bin_x64\
tar -zxvf kiwi_model_${{ env.KIWI_VERSION }}.tgz
tar -zxvf kiwi_model_${{ env.KIWI_VERSION }}_base.tgz
mv ModelGenerator/* KiwiGui_Windows\model\
Compress-Archive -Path 'KiwiGui_Windows' -DestinationPath asset.zip
- name: Upload release binary
Expand Down

0 comments on commit cdc2d9b

Please sign in to comment.