diff --git a/.github/workflows/build_parallel.yaml b/.github/workflows/build_parallel.yaml index d23c83f..1d57961 100644 --- a/.github/workflows/build_parallel.yaml +++ b/.github/workflows/build_parallel.yaml @@ -122,14 +122,14 @@ jobs: # Artifact name name: electron_app # A file, directory or wildcard pattern that describes what to upload - path: "build/win-unpacke/*" + path: "build/win-unpacke" pack_app: needs: [download_otb, build_python_app, build_electron_app] runs-on: windows-latest steps: - uses: actions/checkout@v4 - - uses: actions/download0artifact@v4 + - uses: actions/download-artifact@v4 with: # Name of the artifact to download. # If unspecified, all artifacts for the run are downloaded. @@ -166,14 +166,14 @@ jobs: # Optional. Default is ${{ github.run_id }} # run-id: - - uses: actions/download0artifact@v4 + - uses: actions/download-artifact@v4 with: # Name of the artifact to download. # If unspecified, all artifacts for the run are downloaded. # Optional. name: OTB-9.0.0-Win64 - - uses: actions/download0artifact@v4 + - uses: actions/download-artifact@v4 with: # Name of the artifact to download. # If unspecified, all artifacts for the run are downloaded.