From e81c508cc97b1f543262ae4882dd4c220e20722a Mon Sep 17 00:00:00 2001 From: liufang Date: Sun, 16 Jun 2024 22:27:23 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=AE=8C=E5=96=84=E6=9E=84=E5=BB=BA?= =?UTF-8?q?=E5=AE=89=E8=A3=85=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 35 +++++++++++++++++++++++++---------- 1 file changed, 25 insertions(+), 10 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fef3685..7153596 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,16 +39,31 @@ jobs: uses: actions/checkout@v4 - uses: actions/download-artifact@v4 with: - name: - - lebai-linux-x64-deb - - lebai-linux-x64-nupkg - - lebai-linux-x64-whl - - lebai-win-x64-exe - - lebai-win-x64-nupkg - - lebai-win-x64-38-whl - - lebai-win-x64-39-whl - - lebai-win-x64-310-whl - - lebai-win-x64-311-whl + name: lebai-linux-x64-deb + - uses: actions/download-artifact@v4 + with: + name: lebai-linux-x64-nupkg + - uses: actions/download-artifact@v4 + with: + name: lebai-linux-x64-whl + - uses: actions/download-artifact@v4 + with: + name: lebai-win-x64-exe + - uses: actions/download-artifact@v4 + with: + name: lebai-win-x64-nupkg + - uses: actions/download-artifact@v4 + with: + name: lebai-win-x64-38-whl + - uses: actions/download-artifact@v4 + with: + name: lebai-win-x64-39-whl + - uses: actions/download-artifact@v4 + with: + name: lebai-win-x64-310-whl + - uses: actions/download-artifact@v4 + with: + name: lebai-win-x64-311-whl - name: Display structure of downloaded files run: ls -l - name: Extract Project Version