Skip to content

Commit

Permalink
Fail fast on missing
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n committed Nov 5, 2023
1 parent 0e2718e commit 4b0db77
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,9 @@ jobs:
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 target/bin/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"
- name: Build
Expand Down

0 comments on commit 4b0db77

Please sign in to comment.