Skip to content

Commit

Permalink
Merge pull request #34 from netfoundry/fix_release_flow
Browse files Browse the repository at this point in the history
fix release flow
  • Loading branch information
emoscardini authored Oct 4, 2023
2 parents 3f32cd3 + 03d11eb commit 3790cba
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 @@ -28,7 +28,7 @@ jobs:
- name: Use pyinstall to create router_registration_bootstrap distribution binary
run: wget https://raw.githubusercontent.com/netfoundry/ziti_router_auto_enroll/main/ziti_router_auto_enroll.py; pyinstaller -F router_registration_bootstrap.py --runtime-tmpdir /opt/netfoundry/
- name: Use pyinstall to create router_registration distribution binary
run: pyinstaller -F router_registration.py --runtime-tmpdir /opt/netfoundry/
run: mkdir /opt/netfoundry; pyinstaller -F router_registration.py --runtime-tmpdir /opt/netfoundry/

- name: version
run: echo "version=$(./dist/router_registration -v)" >> $GITHUB_ENV
Expand Down

0 comments on commit 3790cba

Please sign in to comment.