Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a2fee18b43 |
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 }}"
|
||||
|
||||
- name: Upload build artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v3 # 降级为 v3,兼容 Gitea
|
||||
with:
|
||||
name: uploads3-${{ github.ref_name }}
|
||||
path: |
|
||||
@@ -53,7 +53,7 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Download artifacts
|
||||
uses: actions/download-artifact@v4
|
||||
uses: actions/download-artifact@v3 # 降级为 v3,与上传版本匹配
|
||||
with:
|
||||
name: uploads3-${{ github.ref_name }}
|
||||
path: bin
|
||||
@@ -92,4 +92,4 @@ jobs:
|
||||
draft: false
|
||||
prerelease: false
|
||||
files: |
|
||||
dist/*
|
||||
dist/*
|
||||
Reference in New Issue
Block a user