Skip to content

Commit

Permalink
Fix typo in cp
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Lonsdale authored and Andrew Lonsdale committed Mar 3, 2022
1 parent d80b6f4 commit 843404c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pyinstaller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Rename dmg
run: |
echo "Previous step should passed with code signing error, exit(2)"
cd ./dist/ && cp Toberone*dmg Toblerone.dmg
cd ./dist/ && cp Toblerone*dmg Toblerone.dmg
- name: Release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 843404c

Please sign in to comment.