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