mirror of
https://github.com/EyeTrackVR/EyeTrackVR.git
synced 2025-11-04 14:39:42 +08:00
build: fixed github action to early exit
This commit is contained in:
parent
0cd9f46a02
commit
9562d4de6f
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -70,12 +70,11 @@ jobs:
|
|||||||
|
|
||||||
- run: source $VENV
|
- run: source $VENV
|
||||||
|
|
||||||
- name: Build Backend
|
- name: Build App
|
||||||
run: poetry run pyinstaller --noconfirm EyeTrackApp/eyetrackapp.spec EyeTrackApp/eyetrackapp.py
|
run: poetry run pyinstaller --noconfirm EyeTrackApp/eyetrackapp.spec EyeTrackApp/eyetrackapp.py
|
||||||
|
|
||||||
- name: Rename Linux Binary
|
- name: Rename Linux Binary
|
||||||
if: ${{ matrix.os == 'ubuntu-latest' }}
|
if: ${{ matrix.os == 'ubuntu-latest' }}
|
||||||
#mv ./dist/ETVR ./dist/ETVR.bin
|
|
||||||
run: |
|
run: |
|
||||||
ls -a build
|
ls -a build
|
||||||
mv ./dist/eyetrackapp ./dist/eyetrackapp.bin
|
mv ./dist/eyetrackapp ./dist/eyetrackapp.bin
|
||||||
@ -104,7 +103,7 @@ jobs:
|
|||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: 18
|
node-version: 18
|
||||||
- run: npm install -g conventional-changelog-conventionalcommits
|
- run: npm install -g conventional-changelog-conventionalcommits@6
|
||||||
- run: npm install -g semantic-release@v19.0.5
|
- run: npm install -g semantic-release@v19.0.5
|
||||||
- run: npm install -g @semantic-release/exec
|
- run: npm install -g @semantic-release/exec
|
||||||
- run: npm install -g @semantic-release/git
|
- run: npm install -g @semantic-release/git
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user