mirror of
https://github.com/apernet/OpenGFW.git
synced 2024-11-14 14:29:22 +08:00
fix: release workflow
This commit is contained in:
parent
b780ff65a4
commit
74dcc92fc6
10
.github/workflows/release.yaml
vendored
10
.github/workflows/release.yaml
vendored
@ -1,6 +1,6 @@
|
|||||||
on:
|
on:
|
||||||
release:
|
release:
|
||||||
types: [ created ]
|
types: [published]
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
@ -12,8 +12,8 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
goos: [ linux ]
|
goos: [linux]
|
||||||
goarch: [ "386", amd64, arm64 ]
|
goarch: ["386", amd64, arm64]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: wangyoucao577/go-release-action@v1
|
- uses: wangyoucao577/go-release-action@v1
|
||||||
@ -21,6 +21,6 @@ jobs:
|
|||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
goos: ${{ matrix.goos }}
|
goos: ${{ matrix.goos }}
|
||||||
goarch: ${{ matrix.goarch }}
|
goarch: ${{ matrix.goarch }}
|
||||||
goversion: "https://go.dev/dl/go1.21.6.linux-amd64.tar.gz"
|
goversion: "https://go.dev/dl/go1.22.0.linux-amd64.tar.gz"
|
||||||
binary_name: "OpenGFW"
|
binary_name: "OpenGFW"
|
||||||
extra_files: LICENSE README.md README.zh.md
|
extra_files: LICENSE README.md README.zh.md
|
||||||
|
Loading…
Reference in New Issue
Block a user