diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6227faf..fb8e55f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -120,7 +120,7 @@ jobs: - name: Upload artifacts uses: actions/upload-artifact@v4 with: - name: dist + name: dist-base path: dist build-windows: @@ -143,8 +143,9 @@ jobs: - name: Download artifacts uses: actions/download-artifact@v4 with: - name: dist + pattern: dist-* path: dist + merge-multiple: true - name: Setup dotnet SDK uses: actions/setup-dotnet@v4 @@ -173,7 +174,7 @@ jobs: - name: Upload artifacts uses: actions/upload-artifact@v4 with: - name: dist + name: dist-installer path: dist-installer release: @@ -197,8 +198,9 @@ jobs: - name: Download artifacts uses: actions/download-artifact@v4 with: - name: dist + pattern: dist-* path: dist + merge-multiple: true - name: Create hashes shell: bash @@ -215,14 +217,3 @@ jobs: dist/ContainerDesktopInstaller.exe dist/ContainerDesktopInstaller.zip dist/sha256sum.txt - - - - - - - - - - -