Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a2fee18b43 | |||
| 6bbb25546b |
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@@ -39,7 +39,7 @@ jobs:
|
|||||||
run: gf build -ew -v "${{ github.ref_name }}"
|
run: gf build -ew -v "${{ github.ref_name }}"
|
||||||
|
|
||||||
- name: Upload build artifacts
|
- name: Upload build artifacts
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v3 # 降级为 v3,兼容 Gitea
|
||||||
with:
|
with:
|
||||||
name: uploads3-${{ github.ref_name }}
|
name: uploads3-${{ github.ref_name }}
|
||||||
path: |
|
path: |
|
||||||
@@ -53,7 +53,7 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Download artifacts
|
- name: Download artifacts
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v3 # 降级为 v3,与上传版本匹配
|
||||||
with:
|
with:
|
||||||
name: uploads3-${{ github.ref_name }}
|
name: uploads3-${{ github.ref_name }}
|
||||||
path: bin
|
path: bin
|
||||||
@@ -92,4 +92,4 @@ jobs:
|
|||||||
draft: false
|
draft: false
|
||||||
prerelease: false
|
prerelease: false
|
||||||
files: |
|
files: |
|
||||||
dist/*
|
dist/*
|
||||||
@@ -4,8 +4,8 @@
|
|||||||
gfcli:
|
gfcli:
|
||||||
build:
|
build:
|
||||||
name: "uploads3"
|
name: "uploads3"
|
||||||
arch: "amd64"
|
arch: "amd64,386,arm,arm64"
|
||||||
system: "windows,linux"
|
system: "windows,linux,darwin,freebsd,netbsd,openbsd"
|
||||||
mod: "none"
|
mod: "none"
|
||||||
packSrc: "hack,resource,manifest"
|
packSrc: "hack,resource,manifest"
|
||||||
# version: "v1.0.0"
|
# version: "v1.0.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user