Skip to content

Commit

Permalink
Update build_parallel.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
NtskwK committed Jun 10, 2024
1 parent a7ac2df commit 22fb610
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,9 @@ jobs:
cp -r "data" "main.dist"
ren "main.dist" "bin"
cp -r "bin" "dist/win-unpacked/"
cp -r "bin" "dist/win-unpacked"
cp -r "OTB-9.0.0-Win64" "dist/win-unpacked/bin"
dir
dir dist
dir "dist/win-unpacked"
dir "dist/win-unpacked/bin"
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/build_parallel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,14 +115,15 @@ jobs:
run: |
npm install
npm run pack
tree
- name: Upload
uses: actions/upload-artifact@v4
with:
# Artifact name
name: electron_app
# A file, directory or wildcard pattern that describes what to upload
path: "build/win-unpacke"
path: "dist/win-unpacked"

pack_app:
needs: [download_otb, build_python_app, build_electron_app]
Expand Down

0 comments on commit 22fb610

Please sign in to comment.