Skip to content

Commit

Permalink
fix: actions bug
Browse files Browse the repository at this point in the history
  • Loading branch information
zmhu committed Sep 19, 2023
1 parent 468d7e4 commit aacc6a2
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 @@ -54,9 +54,9 @@ jobs:
run: |
mkdir releases
cp -a "build/macos/Build/Products/Release/Geek Chat.app" releases/
cd release
cd releases
zip -r GeekChat.zip "Geek Chat.app"
rm "Geek Chat.app"
rm -rf "Geek Chat.app"
cd ..
- name: Publish Artefacts
Expand Down

0 comments on commit aacc6a2

Please sign in to comment.