Skip to content

Commit 8a06356

Browse files
committed
fix: terget
1 parent e3748dc commit 8a06356

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -269,8 +269,8 @@ jobs:
269269
# Required - string.
270270
install: |
271271
lib.install Dir["./planglib"]
272-
lib.install "./libvm.a"
273-
bin.install "./plc"
272+
lib.install "./libvm.a"
273+
bin.install "./plc"
274274
275275
276276
# Custom test command for your formula so you can run `brew test`.
@@ -284,7 +284,7 @@ jobs:
284284
# Linux ARM pre-existing path example: https://github.com/justintime50/myrepo/releases/download/v1.2.0/myrepo-1.2.0-linux-arm64.tar.gz
285285
# Optional - booleans.
286286
# target_darwin_amd64: true
287-
target_darwin_arm64: false
287+
target_darwin_arm64: true
288288
# target_linux_amd64: true
289289
# target_linux_arm64: false
290290

@@ -312,4 +312,4 @@ jobs:
312312

313313
# Logs debugging info to console.
314314
# Default is shown - boolean.
315-
debug: false
315+
debug: true

0 commit comments

Comments
 (0)