Skip to content

Commit 47fa551

Browse files
authored
feat(installer): upload installers (#863)
1 parent 9ba46bb commit 47fa551

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build_scripts/upload_release_artifacts.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@ poetry install
22
VERSION="v$(poetry run python -m build_scripts.get_version)"
33
mv dist/OpenAdapt.zip dist/OpenAdapt-$VERSION.zip
44
mv dist/OpenAdapt.app.zip dist/OpenAdapt-$VERSION.app.zip
5+
mv dist/OpenAdapt_Installer.exe dist/OpenAdapt_Installer-$VERSION.exe
6+
mv dist/OpenAdapt.dmg dist/OpenAdapt-$VERSION.dmg
57
echo "Uploading release artifacts for version $VERSION"
6-
gh release upload $VERSION dist/OpenAdapt-$VERSION.zip dist/OpenAdapt-$VERSION.app.zip
8+
gh release upload $VERSION dist/OpenAdapt-$VERSION.zip dist/OpenAdapt-$VERSION.app.zip dist/OpenAdapt_Installer-$VERSION.exe dist/OpenAdapt-$VERSION.dmg

0 commit comments

Comments
 (0)