Skip to content

Commit

Permalink
Forgot more exe's
Browse files Browse the repository at this point in the history
  • Loading branch information
jhotmann committed Feb 8, 2023
1 parent 97312db commit 53a1969
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ jobs:
tar -czf dist/release/clipshift-tray_linux_arm64.tar.gz -C dist/linux/arm64 clipshift-tray
tar -czf dist/release/clipshift_darwin_amd64.tar.gz -C dist/darwin/amd64 clipshift
tar -czf dist/release/clipshift-tray_darwin_amd64.tar.gz -C dist/darwin/amd64 clipshift-tray
zip -j dist/release/clipshift_windows_amd64.zip dist/windows/amd64/clipshift.exe dist/windows/amd64/clipshift-tray
zip -j dist/release/clipshift_windows_arm64.zip dist/windows/arm64/clipshift.exe dist/windows/arm64/clipshift-tray
zip -j dist/release/clipshift_windows_amd64.zip dist/windows/amd64/clipshift.exe dist/windows/amd64/clipshift-tray.exe
zip -j dist/release/clipshift_windows_arm64.zip dist/windows/arm64/clipshift.exe dist/windows/arm64/clipshift-tray.exe
- run:
name: "Mac App"
command: |
Expand Down

0 comments on commit 53a1969

Please sign in to comment.