diff --git a/.github/workflows/native.yaml b/.github/workflows/native.yaml index 9021e173..0070b4a4 100644 --- a/.github/workflows/native.yaml +++ b/.github/workflows/native.yaml @@ -488,7 +488,7 @@ jobs: - name: Download artifacts uses: actions/download-artifact@v4 with: - pattern: build-artifact-* + pattern: build-artifacts-* path: artifacts merge-multiple: true @@ -523,7 +523,7 @@ jobs: - name: Download artifacts uses: actions/download-artifact@v4 with: - pattern: build-artifact-linux-* + pattern: build-artifacts-linux-* path: artifacts merge-multiple: true @@ -737,7 +737,7 @@ jobs: - name: Download artifacts uses: actions/download-artifact@v4 with: - pattern: build-artifact-windows-msi-* + pattern: build-artifacts-windows-msi-* path: artifacts merge-multiple: true