Skip to content

Commit

Permalink
fix: Install latest version before deciding which release to upload to (
Browse files Browse the repository at this point in the history
  • Loading branch information
KIRA009 authored May 11, 2024
1 parent f17a67b commit c91efd4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build_scripts/upload_release_artifacts.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
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
Expand Down

0 comments on commit c91efd4

Please sign in to comment.