Skip to content

Commit 7097018

Browse files
authored
Fix Linux CI (#36)
Fix Linux CI.
1 parent 63e263c commit 7097018

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/c-cpp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,11 @@ jobs:
8585
- name: Zip
8686
if: startsWith(github.ref, 'refs/tags/')
8787
working-directory: ${{env.CMAKE_BUILD_DIR}}/${{ matrix.release_dir }}
88-
run: cmake -E tar "cf" "${{env.CMAKE_BUILD_DIR}}/Release/slimevr-openvr-driver-${{ matrix.triplet }}.zip" --format=zip -- ${{env.CMAKE_BUILD_DIR}}/${{ matrix.release_dir }}/slimevr
88+
run: cmake -E tar "cf" "${{env.CMAKE_BUILD_DIR}}/slimevr-openvr-driver-${{ matrix.triplet }}.zip" --format=zip -- ${{env.CMAKE_BUILD_DIR}}/${{ matrix.release_dir }}/slimevr
8989

9090
- name: Release
9191
uses: softprops/action-gh-release@v1
9292
if: startsWith(github.ref, 'refs/tags/')
9393
with:
94-
files: "${{env.CMAKE_BUILD_DIR}}/Release/slimevr-openvr-driver-${{ matrix.triplet }}.zip"
94+
files: "${{env.CMAKE_BUILD_DIR}}/slimevr-openvr-driver-${{ matrix.triplet }}.zip"
9595

0 commit comments

Comments
 (0)