Skip to content

Commit

Permalink
Bump version from 0.0.0 to 5.54.5
Browse files Browse the repository at this point in the history
  • Loading branch information
EyalDelarea committed Jun 4, 2024
1 parent 01e882a commit 7c9650f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/createMacOSBinaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,14 @@ jobs:
run: ./build/macOsSign/signMacOsBinary.sh

# Upload
- name: Rename
run: |
mv ./jf/jfrog ./jf-darwin-v${{ env.releaseVersion }}-${{ matrix.goarch }}
- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
name: jf-darwin-v${{ env.releaseVersion }}-${{ matrix.goarch }}
path: ./jf
path: ./jf-darwin-v${{ env.releaseVersion }}-${{ matrix.goarch }}
retention-days: 1


0 comments on commit 7c9650f

Please sign in to comment.