From 4492d840ea92d43f8d4143ab8753f18ca4a2ce26 Mon Sep 17 00:00:00 2001 From: minnyres Date: Sat, 24 Aug 2024 16:30:51 +0800 Subject: [PATCH] fix release workflow --- .github/workflows/build.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 703dbe7..9fe1166 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -35,7 +35,7 @@ jobs: - name: Upload build artifacts uses: actions/upload-artifact@v3 with: - name: amule_windows_x86 + name: amule_windows path: amule*.7z build-arm32: @@ -64,7 +64,7 @@ jobs: - name: Upload build artifacts uses: actions/upload-artifact@v3 with: - name: amule_windows_arm32 + name: amule_windows path: amule*.7z release: @@ -74,10 +74,10 @@ jobs: if: startsWith(github.ref, 'refs/tags/') steps: - name: Download temp artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v3 with: - pattern: amule_windows_* - merge-multiple: true + name: + amule_windows - name: Compute Hashes run: |