Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
523499ba9f | ||
| 778fe67be0 |
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -9,6 +9,9 @@ on:
|
||||
- 'v*.*.*'
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
@@ -58,6 +61,7 @@ jobs:
|
||||
- name: Create GitHub Release
|
||||
uses: softprops/action-gh-release@v1
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
tag_name: ${{ github.ref_name }}
|
||||
name: ${{ github.ref_name }}
|
||||
draft: false
|
||||
|
||||
@@ -5,10 +5,10 @@ gfcli:
|
||||
build:
|
||||
name: "uploads3"
|
||||
arch: "amd64,arm,arm64"
|
||||
system: "windows,android,linux"
|
||||
system: "windows,linux"
|
||||
mod: "none"
|
||||
packSrc: "hack,resource,manifest"
|
||||
version: "v1.0.0"
|
||||
# version: "v1.0.0"
|
||||
path: "./bin"
|
||||
extra: -trimpath -ldflags="-s -w"
|
||||
# cgo: true
|
||||
|
||||
Reference in New Issue
Block a user