Skip to content

Commit

Permalink
chore: Change .github/workflows/build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
redpeacock78 committed Nov 12, 2021
1 parent ad7439f commit 8d3334a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
- name: Set Tag and Compile
run: |
echo "TAG=${GITHUB_REF##*/}" >> $GITHUB_ENV
deno compile --target x86_64-unknown-linux-gnu --output base85-linux-x86 cli.ts
deno compile --target x86_64-pc-windows-msvc --output base85-windows-x86 cli.ts
deno compile --target x86_64-apple-darwin --output base85-macos-x86 cli.ts
deno compile --target aarch64-apple-darwin --output base85-macos-arm cli.ts
deno compile --allow-read --target x86_64-unknown-linux-gnu --output base85-linux-x86 cli.ts
deno compile --allow-read --target x86_64-pc-windows-msvc --output base85-windows-x86 cli.ts
deno compile --allow-read --target x86_64-apple-darwin --output base85-macos-x86 cli.ts
deno compile --allow-read --target aarch64-apple-darwin --output base85-macos-arm cli.ts
- name: Create Release
id: create_release
uses: actions/create-release@v1.0.0
Expand Down

0 comments on commit 8d3334a

Please sign in to comment.