Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
ci: update matrix build
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Nov 1, 2023
1 parent 726166f commit 1dd546c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,9 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
extensions:
- tar.gz
- tar.gz.sha256
target:
- x86_64-unknown-linux-gnu
include:
- target: x86_64-unknown-linux-gnu
extensions: tar.gz tar.gz.sha256
steps:
- uses: actions/checkout@v3
- uses: denoland/setup-deno@v1
Expand Down
8 changes: 3 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,9 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
extensions:
- tar.gz
- tar.gz.sha256
target:
- x86_64-unknown-linux-gnu
include:
- target: x86_64-unknown-linux-gnu
extensions: tar.gz tar.gz.sha256
steps:
- uses: actions/checkout@v3
- uses: denoland/setup-deno@v1
Expand Down

0 comments on commit 1dd546c

Please sign in to comment.