Skip to content

Commit

Permalink
upd ci
Browse files Browse the repository at this point in the history
  • Loading branch information
t-lohse committed Feb 12, 2024
1 parent 146eb04 commit 999234e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_artifacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
with:
name: reveaal-${{ matrix.os }}
#if: runner.os == 'Windows'; then
path: ${{ runner.os == 'OS_TYPE' && "target/release/reveaal.exe" || "target/release/reveaal" }}
path: ${{ runner.os == 'Windows' && 'target/release/reveaal.exe' || 'target/release/reveaal' }}
#path: runner.os == 'OS_TYPE' ? then; "target/release/reveaal"; else
if-no-files-found: error
retention-days: 7
Expand Down

0 comments on commit 999234e

Please sign in to comment.