mirror of
https://github.com/EyeTrackVR/OpenIris.git
synced 2025-11-04 15:39:42 +08:00
update environment variable usage
This commit is contained in:
parent
8feed9bc9a
commit
9a6bdc3549
3
.github/workflows/build_release_bins.yml
vendored
3
.github/workflows/build_release_bins.yml
vendored
@ -83,9 +83,10 @@ jobs:
|
||||
message: "Latest release of OpenIris firmware"
|
||||
- name: Release Firmware
|
||||
uses: ncipollo/release-action@v1
|
||||
if: startsWith(github.ref, 'refs/tags/${{ env.VERSION }}')
|
||||
#if: startsWith(github.ref, 'refs/tags/${{ env.VERSION }}')
|
||||
with:
|
||||
artifacts: release/${{ matrix.targets }}/*.bin
|
||||
tag: ${{ env.VERSION }}
|
||||
generateReleaseNotes: true
|
||||
allowUpdates: true
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
@ -16,7 +16,6 @@
|
||||
#include <data/config/project_config.hpp>
|
||||
|
||||
// #include <data/utilities/makeunique.hpp>
|
||||
// #include <io/SerialManager/serialmanager.hpp> // Serial Manager
|
||||
|
||||
int STREAM_SERVER_PORT = 80;
|
||||
int CONTROL_SERVER_PORT = 81;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user