build: fixed github action to early exit

This commit is contained in:
[Assassin] 2023-09-23 23:02:45 +02:00
parent 0cd9f46a02
commit 9562d4de6f

View File

@ -70,12 +70,11 @@ jobs:
- run: source $VENV
- name: Build Backend
- name: Build App
run: poetry run pyinstaller --noconfirm EyeTrackApp/eyetrackapp.spec EyeTrackApp/eyetrackapp.py
- name: Rename Linux Binary
if: ${{ matrix.os == 'ubuntu-latest' }}
#mv ./dist/ETVR ./dist/ETVR.bin
run: |
ls -a build
mv ./dist/eyetrackapp ./dist/eyetrackapp.bin
@ -104,7 +103,7 @@ jobs:
uses: actions/setup-node@v3
with:
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/exec
- run: npm install -g @semantic-release/git