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

Commit 1dd546c

Browse files
committed
ci: update matrix build
1 parent 726166f commit 1dd546c

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

.github/workflows/build.yml

+3-5
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,9 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
extensions:
14-
- tar.gz
15-
- tar.gz.sha256
16-
target:
17-
- x86_64-unknown-linux-gnu
13+
include:
14+
- target: x86_64-unknown-linux-gnu
15+
extensions: tar.gz tar.gz.sha256
1816
steps:
1917
- uses: actions/checkout@v3
2018
- uses: denoland/setup-deno@v1

.github/workflows/release.yml

+3-5
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,9 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
extensions:
12-
- tar.gz
13-
- tar.gz.sha256
14-
target:
15-
- x86_64-unknown-linux-gnu
11+
include:
12+
- target: x86_64-unknown-linux-gnu
13+
extensions: tar.gz tar.gz.sha256
1614
steps:
1715
- uses: actions/checkout@v3
1816
- uses: denoland/setup-deno@v1

0 commit comments

Comments
 (0)