Skip to content

Commit

Permalink
Update check-installation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mattk70 authored Nov 13, 2024
1 parent add273d commit caec223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-installation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
# Conditional build command for each OS
- name: Build Electron application
# if: env.skip_build != 'true' # Only run this if the tag comparison was true
if: env.skip_build != 'true' # Only run this if the tag comparison was true
shell: bash
run: |
if [[ "$RUNNER_OS" == "Windows" ]]; then
Expand Down

0 comments on commit caec223

Please sign in to comment.