Skip to content

Commit

Permalink
Update build_parallel.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
NtskwK authored Jun 10, 2024
1 parent 4f656ad commit a7ac2df
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_parallel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit a7ac2df

Please sign in to comment.