Skip to content

Commit

Permalink
fix release flow
Browse files Browse the repository at this point in the history
  • Loading branch information
emoscardini committed Oct 4, 2023
1 parent 2e84764 commit 81be437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Use pyinstall to create distribution binary
run: pyinstaller -F router_upgrade_bootstrap.py --runtime-tmpdir /opt/netfoundry/
- name: Use pyinstall to create main binary
run: pyinstaller -F router_upgrade.py --runtime-tmpdir /opt/netfoundry/
run: mkdir /opt/netfoundry; pyinstaller -F router_upgrade.py --runtime-tmpdir /opt/netfoundry/
- name: version
run: echo "version=$(./dist/router_upgrade -v)" >> $GITHUB_ENV
id: version
Expand Down

0 comments on commit 81be437

Please sign in to comment.