Skip to content

Commit

Permalink
move artifacts to root
Browse files Browse the repository at this point in the history
  • Loading branch information
mschwoer committed Sep 2, 2024
1 parent d77af40 commit 0893692
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions release/linux/build_package_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@ mv dist_pyinstaller/${PACKAGE_NAME} dist_pyinstaller/${BUILD_NAME}/usr/local/bin
mkdir dist_pyinstaller/${BUILD_NAME}/DEBIAN
cp release/linux/control dist_pyinstaller/${BUILD_NAME}/DEBIAN
dpkg-deb --build --root-owner-group dist_pyinstaller/${BUILD_NAME}/
# release workflow expects artifact at root of repository
mv ${BUILD_NAME}/*.deb .
4 changes: 3 additions & 1 deletion release/windows/build_package_windows.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@ mkdir release/windows/dist
mv dist_pyinstaller/* release/windows/dist

# Wrapping the pyinstaller folder in a .exe package
& "C:\Program Files (x86)\Inno Setup 6\ISCC.exe" .\release\windows\directlfq_innoinstaller.iss
& "C:\Program Files (x86)\Inno Setup 6\ISCC.exe" .\release\windows\directlfq_innoinstaller.iss
# release workflow expects artifact at root of repository
mv .\release\windows\*.exe .

0 comments on commit 0893692

Please sign in to comment.