Skip to content

Commit

Permalink
ci(tauri): fix windows workflow on cron build (#1929)
Browse files Browse the repository at this point in the history
  • Loading branch information
doums authored Jan 15, 2025
1 parent 1c3a30c commit 92978ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-nym-vpn-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
with:
dev_mode: ${{ github.event_name == 'schedule' || contains(github.ref_name, 'dev') || contains(github.ref_name, 'nightly') || inputs.dev_mode == true }}
core_release_tag: ${{ inputs.core_release_tag }}
sign: ${{ inputs.windows_sign }}
sign: ${{ inputs.windows_sign == true }}
secrets: inherit

generate-build-info-nym-vpn-app:
Expand Down

0 comments on commit 92978ee

Please sign in to comment.