Skip to content

Commit 25dc1b7

Browse files
authored
Update deploy.yml
Fixing macos binary
1 parent 19c6c26 commit 25dc1b7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Package and create binary for MacOS
4747
run: |
4848
mkdir -p apprunner_macos
49-
zig build -p apprunner_macos/--release=fast -Dtarget=x86_64-macos
49+
zig build -p apprunner_macos/ --release=fast -Dtarget=x86_64-macos
5050
zip -r apprunner_macos.zip apprunner_macos
5151
5252
# MacOS Binary Creation Apple Silicon
@@ -120,4 +120,4 @@ jobs:
120120
upload_url: ${{ steps.create_release.outputs.upload_url }}
121121
asset_path: ./apprunner_macos_aarch64.zip
122122
asset_name: apprunner${{ steps.version_date.outputs.date }}_binary_macos_aarch64.zip
123-
asset_content_type: application/zip
123+
asset_content_type: application/zip

0 commit comments

Comments
 (0)