mirror of
https://github.com/EyeTrackVR/EyeTrackVR.git
synced 2025-11-04 14:39:42 +08:00
build: setup pre-release build pipeline
This commit is contained in:
parent
e250e4e353
commit
9b27720bf9
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -77,8 +77,9 @@ jobs:
|
||||
if: ${{ matrix.os == 'ubuntu-latest' }}
|
||||
#mv ./dist/ETVR ./dist/ETVR.bin
|
||||
run: |
|
||||
ls -a dist
|
||||
mv ./dist/eyetrackapp ./dist/eyetrackapp.bin
|
||||
ls -a build
|
||||
ls -a eyetrackapp
|
||||
mv ./build/eyetrackapp/eyetrackapp ./build/eyetrackapp/eyetrackapp.bin
|
||||
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user