Skip to content

Commit

Permalink
Re-enable Mac binary
Browse files Browse the repository at this point in the history
  • Loading branch information
rsenden committed Oct 17, 2022
1 parent 7a91acc commit 5147b10
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,23 +150,23 @@ jobs:
with:
path: ./

# - name: Create native fcli
# run: native-image ${{ env.native_image_opts }} -jar ./artifact/fcli.jar fcli
#
# - name: Compress native fcli
# uses: svenstaro/upx-action@v2
# with:
# file: fcli
#
# - name: Basic test of native fcli
# run: ./fcli --help && ./fcli get --help
#
# - name: Package native fcli
# run: tar -zcvf fcli-mac.tgz fcli -C ./artifact fcli_completion
#
# - uses: actions/upload-artifact@v3
# with:
# path: ./fcli-mac.tgz
- name: Create native fcli
run: native-image ${{ env.native_image_opts }} -jar ./artifact/fcli.jar fcli

- name: Compress native fcli
uses: svenstaro/upx-action@v2
with:
file: fcli

- name: Basic test of native fcli
run: ./fcli --help && ./fcli get --help

- name: Package native fcli
run: tar -zcvf fcli-mac.tgz fcli -C ./artifact fcli_completion

- uses: actions/upload-artifact@v3
with:
path: ./fcli-mac.tgz

native_win:
name: native-image-win
Expand Down

0 comments on commit 5147b10

Please sign in to comment.