Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n committed Nov 5, 2023
1 parent 4b0db77 commit 3e0f112
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,14 +88,12 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
echo $(pwd)
mkdir -p target/bin/
curl -L "https://github.com/sbt/sbtn-dist/releases/download/${{ github.event.release.tag_name }}/sbtn-aarch64-apple-darwin" \
--header "Authorization: token $GITHUB_TOKEN" \
--output target/bin/sbtn-aarch64-apple-darwin \
--output sbtn-aarch64-apple-darwin \
--fail
ls target/bin/sbtn-aarch64-apple-darwin
sbt clean nativeImage
lipo -create -o target/bin/sbtn "client/target/bin/sbtn" "target/bin/sbtn-aarch64-apple-darwin"
lipo -create -o target/bin/sbtn "client/target/bin/sbtn" "sbtn-aarch64-apple-darwin"
- name: Build
if: github.event_name != 'release'
shell: bash
Expand Down

0 comments on commit 3e0f112

Please sign in to comment.