trying to fix windows build

This commit is contained in:
farbanas
2023-02-21 13:03:25 -05:00
parent 1f36b53b64
commit ba90e740e2
@@ -10,7 +10,7 @@ defaults:
jobs:
publish-tauri:
if: ${{ startsWith(github.ref, 'refs/tags/nym-connect-') && (github.event_name == 'release' || github.event_name == 'workflow_dispatch' ) }}
if: ${{ (startsWith(github.ref, 'refs/tags/nym-connect-') && github.event_name == 'release') || github.event_name == 'workflow_dispatch' }}
strategy:
fail-fast: false
matrix: