Skip to content

Commit

Permalink
feat(installer): upload installers (OpenAdaptAI#863)
Browse files Browse the repository at this point in the history
  • Loading branch information
abrichr authored Jul 25, 2024
1 parent 9ba46bb commit 47fa551
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build_scripts/upload_release_artifacts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@ poetry install
VERSION="v$(poetry run python -m build_scripts.get_version)"
mv dist/OpenAdapt.zip dist/OpenAdapt-$VERSION.zip
mv dist/OpenAdapt.app.zip dist/OpenAdapt-$VERSION.app.zip
mv dist/OpenAdapt_Installer.exe dist/OpenAdapt_Installer-$VERSION.exe
mv dist/OpenAdapt.dmg dist/OpenAdapt-$VERSION.dmg
echo "Uploading release artifacts for version $VERSION"
gh release upload $VERSION dist/OpenAdapt-$VERSION.zip dist/OpenAdapt-$VERSION.app.zip
gh release upload $VERSION dist/OpenAdapt-$VERSION.zip dist/OpenAdapt-$VERSION.app.zip dist/OpenAdapt_Installer-$VERSION.exe dist/OpenAdapt-$VERSION.dmg

0 comments on commit 47fa551

Please sign in to comment.