Skip to content

Commit 8d3334a

Browse files
committed
chore: Change .github/workflows/build.yml
1 parent ad7439f commit 8d3334a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
- name: Set Tag and Compile
1919
run: |
2020
echo "TAG=${GITHUB_REF##*/}" >> $GITHUB_ENV
21-
deno compile --target x86_64-unknown-linux-gnu --output base85-linux-x86 cli.ts
22-
deno compile --target x86_64-pc-windows-msvc --output base85-windows-x86 cli.ts
23-
deno compile --target x86_64-apple-darwin --output base85-macos-x86 cli.ts
24-
deno compile --target aarch64-apple-darwin --output base85-macos-arm cli.ts
21+
deno compile --allow-read --target x86_64-unknown-linux-gnu --output base85-linux-x86 cli.ts
22+
deno compile --allow-read --target x86_64-pc-windows-msvc --output base85-windows-x86 cli.ts
23+
deno compile --allow-read --target x86_64-apple-darwin --output base85-macos-x86 cli.ts
24+
deno compile --allow-read --target aarch64-apple-darwin --output base85-macos-arm cli.ts
2525
- name: Create Release
2626
id: create_release
2727
uses: actions/[email protected]

0 commit comments

Comments
 (0)