add -t to linux workflow

This commit is contained in:
Lion Kortlepel 2022-05-26 14:43:38 +02:00
parent c455d4855c
commit 303da19f48
No known key found for this signature in database
GPG Key ID: 4322FF2B4C71259B

View File

@ -35,12 +35,12 @@ jobs:
- name: Build Server - name: Build Server
working-directory: ${{github.workspace}}/build-linux working-directory: ${{github.workspace}}/build-linux
shell: bash shell: bash
run: cmake --build . --config $BUILD_TYPE BeamMP-Server run: cmake --build . --config $BUILD_TYPE -t BeamMP-Server
- name: Build Tests - name: Build Tests
working-directory: ${{github.workspace}}/build-linux working-directory: ${{github.workspace}}/build-linux
shell: bash shell: bash
run: cmake --build . --config $BUILD_TYPE BeamMP-Server-tests run: cmake --build . --config $BUILD_TYPE -t BeamMP-Server-tests
- name: Archive server artifact - name: Archive server artifact
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v2