Commit 8d3334a 1 parent ad7439f commit 8d3334a Copy full SHA for 8d3334a
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ jobs:
18
18
- name : Set Tag and Compile
19
19
run : |
20
20
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
25
25
- name : Create Release
26
26
id : create_release
27
27
You can’t perform that action at this time.
0 commit comments