Skip to content

Commit

Permalink
mkdir
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n committed Nov 5, 2023
1 parent 3e0f112 commit 7ab2676
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ jobs:
--output sbtn-aarch64-apple-darwin \
--fail
sbt clean nativeImage
mkdir -p target/bin
lipo -create -o target/bin/sbtn "client/target/bin/sbtn" "sbtn-aarch64-apple-darwin"
- name: Build
if: github.event_name != 'release'
Expand Down

0 comments on commit 7ab2676

Please sign in to comment.