Skip to content

Commit

Permalink
chore: try binary ternary instead
Browse files Browse the repository at this point in the history
  • Loading branch information
mxsdev committed Sep 19, 2024
1 parent 9155b88 commit 9f7fb10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
run: ls -la

- name: Run smoke tests
run: "./localsandbox${{ matrix.osname == 'win' ? '.exe' : '' }} --version"
run: ./localsandbox${{ (matrix.osname == 'win' && '.exe') || '' }} --version

# Add your smoke test steps here

Expand Down

0 comments on commit 9f7fb10

Please sign in to comment.