修改7
Some checks failed
Build and Release / build-and-test (arm64, ubuntu) (push) Successful in 9s
Build and Release / build-and-test (arm64, alpine) (push) Successful in 11s
Build and Release / build-and-test (amd64, alpine) (push) Successful in 16s
Build and Release / build-and-test (amd64, ubuntu) (push) Successful in 15s
Build and Release / docker-images (push) Has been cancelled
Build and Release / release (push) Has been cancelled
Some checks failed
Build and Release / build-and-test (arm64, ubuntu) (push) Successful in 9s
Build and Release / build-and-test (arm64, alpine) (push) Successful in 11s
Build and Release / build-and-test (amd64, alpine) (push) Successful in 16s
Build and Release / build-and-test (amd64, ubuntu) (push) Successful in 15s
Build and Release / docker-images (push) Has been cancelled
Build and Release / release (push) Has been cancelled
This commit is contained in:
@@ -70,7 +70,7 @@ jobs:
|
||||
test/xxxigDaemon --version 2>/dev/null || echo "⚠️ 跳过版本检查"
|
||||
rm -rf test
|
||||
|
||||
- uses: actions/upload-artifact@v4
|
||||
- uses: https://github.com/ChristopherHX/gitea-upload-artifact@v4
|
||||
with:
|
||||
name: binaries-${{ matrix.arch }}-${{ matrix.distro }}
|
||||
path: "*.tar.gz"
|
||||
@@ -83,8 +83,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Download all artifacts
|
||||
uses: actions/download-artifact@v4
|
||||
- uses: https://github.com/ChristopherHX/gitea-download-artifact@v4
|
||||
with:
|
||||
pattern: binaries-*
|
||||
path: ./app
|
||||
@@ -141,8 +140,7 @@ jobs:
|
||||
needs: build-and-test
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
steps:
|
||||
- name: Download all artifacts
|
||||
uses: actions/download-artifact@v4
|
||||
- uses: https://github.com/ChristopherHX/gitea-download-artifact@v4
|
||||
with:
|
||||
pattern: binaries-*
|
||||
path: ./packages
|
||||
|
||||
Reference in New Issue
Block a user