mirror of
https://github.com/Unkn0wnCat/gohangar.git
synced 2025-04-30 02:26:22 +02:00
Update GitHub workflows
This commit is contained in:
parent
74d3fc9235
commit
82719efda5
1 changed files with 3 additions and 2 deletions
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
@ -25,5 +25,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.19.2.linux-amd64.tar.gz"
|
|
||||||
extra_files: LICENSE README.md
|
extra_files: LICENSE README.md
|
||||||
|
md5sum: false
|
||||||
|
sha256sum: true
|
Loading…
Add table
Reference in a new issue