We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eef407b commit 5f9edcfCopy full SHA for 5f9edcf
1 file changed
.github/workflows/release.yml
@@ -9,17 +9,6 @@ on:
9
- v[0-9]+.*
10
11
jobs:
12
- create-release:
13
- runs-on: ubuntu-latest
14
- steps:
15
- - uses: actions/checkout@v6
16
- - uses: taiki-e/create-gh-release-action@v1
17
- with:
18
- # (optional) Path to changelog.
19
- #changelog: CHANGELOG.md
20
- # (required) GitHub token for creating GitHub Releases.
21
- token: ${{ secrets.GITHUB_TOKEN }}
22
-
23
upload-assets:
24
strategy:
25
matrix:
@@ -30,11 +19,6 @@ jobs:
30
os: macos-latest
31
- target: x86_64-unknown-linux-gnu
32
os: ubuntu-latest
33
- - target: x86_64-apple-darwin
34
- os: macos-latest
35
- # Universal macOS binary is supported as universal-apple-darwin.
36
- - target: universal-apple-darwin
37
38
- target: x86_64-pc-windows-msvc
39
os: windows-latest
40
runs-on: ${{ matrix.os }}
0 commit comments