Skip to content

Commit

Permalink
fix: false doesn't go there
Browse files Browse the repository at this point in the history
  • Loading branch information
FiniteReality committed Jun 29, 2023
1 parent 1e27cc7 commit 7525630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-system.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
- name: Install NovelRT - ${{ matrix.configuration }}
run: |
cmake --install build --prefix inst ${{ contains(matrix.configuration, 'Release') && '--strip' }}
cmake --install build --prefix inst ${{ contains(matrix.configuration, 'Release') && '--strip' || '' }}
- name: Upload Artifacts - ${{ matrix.configuration }}
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 7525630

Please sign in to comment.