Skip to content

Commit

Permalink
fix: filename
Browse files Browse the repository at this point in the history
  • Loading branch information
DPS0340 committed Feb 6, 2022
1 parent eee70cf commit f4f0edf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/host-manager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: deno compile --output host-manager-darwin-x86_64 --target x86_64-apple-darwin --unstable --allow-read --allow-write --allow-net ./host-manager/index.ts
-
name: Compile Apple Darwin (aarch64)
run: deno compile --output host-manager-darwin-x86_64 --target aarch64-apple-darwin --unstable --allow-read --allow-write --allow-net ./host-manager/index.ts
run: deno compile --output host-manager-darwin-aarch64 --target aarch64-apple-darwin --unstable --allow-read --allow-write --allow-net ./host-manager/index.ts
-
name: Release to Github
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit f4f0edf

Please sign in to comment.