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 0893692 commit f0e701a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion release/linux/build_package_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ 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 .
mv dist_pyinstaller/${BUILD_NAME}.deb .
2 changes: 1 addition & 1 deletion release/windows/build_package_windows.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ 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
# release workflow expects artifact at root of repository
mv .\release\windows\*.exe .
mv .\release\windows\dist\*.exe .

0 comments on commit f0e701a

Please sign in to comment.