Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
zrgt committed Jan 31, 2025
1 parent c6f50d9 commit 1e3e62c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/manual_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Build with pyinstaller for Windows
run: |
pyinstaller aas_manager.spec
xcopy /E /I basyx dist\AAS_Manager\basyx
xcopy /E /I aas_compliance_tool dist\AAS_Manager\aas_compliance_tool
cd dist
7z a AAS_Manager_Win.zip AAS_Manager
- name: Save Build in artifacts
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
TARGET: ubuntu
CMD_BUILD: >
pyinstaller aas_manager.spec &&
cp -r basyx dist/AAS_Manager/basyx &&
cp -r aas_compliance_tool dist/AAS_Manager/aas_compliance_tool &&
cd dist/ &&
zip -r AAS_Manager_Linux.zip AAS_Manager
OUT_FILE_NAME: AAS_Manager_Linux.zip
Expand All @@ -82,7 +82,7 @@ jobs:
TARGET: windows
CMD_BUILD: |
pyinstaller aas_manager.spec
xcopy /E /I basyx dist\AAS_Manager\basyx
xcopy /E /I aas_compliance_tool dist\AAS_Manager\aas_compliance_tool
cd dist
7z a AAS_Manager_Win.zip AAS_Manager
OUT_FILE_NAME: AAS_Manager_Win.zip
Expand Down

0 comments on commit 1e3e62c

Please sign in to comment.