Merge pull request #79 from apernet/update-ci

fix: release workflow
This commit is contained in:
Toby 2024-02-26 10:50:44 -08:00 committed by GitHub
commit 20e0637756
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,6 @@
on: on:
release: release:
types: [ created ] types: [published]
permissions: permissions:
contents: write contents: write
@ -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