Skip to content

Commit

Permalink
Bump version from 1.0.0 to 4.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
EyalDelarea committed Jul 4, 2024
1 parent e81dd61 commit 25151e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/createMacOSBinaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
goarch: [ arm64,amd64 ]
# goarch: [ arm64,amd64 ]
goarch: [ arm64 ]
steps:
- name: Set Environment Variable
run: |
Expand Down
2 changes: 1 addition & 1 deletion build/darwin-binary-sign.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ security set-key-partition-list -S apple-tool:,apple:, -s -k "$APPLE_CERT_PASSWO
pwd
ls -la
# Move the binary into the app template
mv ../jf ./build/jf.app/Contents/MacOS
mv jf ./build/jf.app/Contents/MacOS

# Sign the binary
echo "Signing the binary..."
Expand Down

0 comments on commit 25151e0

Please sign in to comment.