diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 68da3e62..df38460f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -53,7 +53,7 @@ jobs: - name: Upload result to cache uses: actions/upload-artifact@v4 with: - name: result + name: result-linux path: ./build/*.tar.gz retention-days: 1 @@ -146,7 +146,7 @@ jobs: - name: Upload result to cache uses: actions/upload-artifact@v4 with: - name: result + name: result-${{ matrix.arch }} path: ./build/*.7z retention-days: 1 @@ -161,7 +161,9 @@ jobs: - name: Download result uses: actions/download-artifact@v4 with: - name: result + path: result + pattern: result-* + merge-multiple: true - name: Create release shell: bash