修改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 "⚠️ 跳过版本检查"
|
test/xxxigDaemon --version 2>/dev/null || echo "⚠️ 跳过版本检查"
|
||||||
rm -rf test
|
rm -rf test
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: https://github.com/ChristopherHX/gitea-upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: binaries-${{ matrix.arch }}-${{ matrix.distro }}
|
name: binaries-${{ matrix.arch }}-${{ matrix.distro }}
|
||||||
path: "*.tar.gz"
|
path: "*.tar.gz"
|
||||||
@@ -83,8 +83,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Download all artifacts
|
- uses: https://github.com/ChristopherHX/gitea-download-artifact@v4
|
||||||
uses: actions/download-artifact@v4
|
|
||||||
with:
|
with:
|
||||||
pattern: binaries-*
|
pattern: binaries-*
|
||||||
path: ./app
|
path: ./app
|
||||||
@@ -141,8 +140,7 @@ jobs:
|
|||||||
needs: build-and-test
|
needs: build-and-test
|
||||||
if: startsWith(github.ref, 'refs/tags/')
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
steps:
|
steps:
|
||||||
- name: Download all artifacts
|
- uses: https://github.com/ChristopherHX/gitea-download-artifact@v4
|
||||||
uses: actions/download-artifact@v4
|
|
||||||
with:
|
with:
|
||||||
pattern: binaries-*
|
pattern: binaries-*
|
||||||
path: ./packages
|
path: ./packages
|
||||||
@@ -194,5 +192,5 @@ jobs:
|
|||||||
"prerelease": false
|
"prerelease": false
|
||||||
}
|
}
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
echo "✅ Release 创建完成!"
|
echo "✅ Release 创建完成!"
|
||||||
Reference in New Issue
Block a user