trying to fix windows build

This commit is contained in:
farbanas
2023-02-21 12:43:37 -05:00
parent 79e51252a8
commit 312cd65d20
@@ -10,7 +10,7 @@ defaults:
jobs:
publish-tauri:
if: ${{ startsWith(github.ref, 'refs/tags/nym-connect-') && github.event_name == 'release' }}
if: ${{ startsWith(github.ref, 'refs/tags/nym-connect-') && (github.event_name == 'release' || github.event_name == "workflow_dispatch" ) }}
strategy:
fail-fast: false
matrix: