Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lmdu committed Jan 1, 2023
1 parent b5a3c69 commit 6e458a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
pyinstaller mac.spec
cd dist
npm install --global create-dmg
create-dmg Krait.app
create-dmg Krait.app || true
mv "Krait 0.0.0.dmg" Krait-v${version}-macos.dmg
- name: Upload Installer
Expand Down

0 comments on commit 6e458a4

Please sign in to comment.