From 7edad344a64603c728ac7258425e4105b25c5b17 Mon Sep 17 00:00:00 2001 From: liufang Date: Sun, 16 Jun 2024 18:31:15 +0800 Subject: [PATCH] chore: update --- .github/workflows/linux_cpp_release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/linux_cpp_release.yml b/.github/workflows/linux_cpp_release.yml index 8c3bbc9..dc8b3a9 100644 --- a/.github/workflows/linux_cpp_release.yml +++ b/.github/workflows/linux_cpp_release.yml @@ -68,10 +68,10 @@ jobs: - name: upload .deb uses: actions/upload-artifact@v4 with: - name: lebai-deb-package - path: *.deb + name: DebForCPP + path: ./*.deb - name: release uses: ncipollo/release-action@v1 with: artifacts: *.deb - allowUpdates: true \ No newline at end of file + allowUpdates: true \ No newline at end of file