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 caec223 commit 2dd54f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-installation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,11 @@ 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
npx electron-builder --win --x64 -p always
npx build
elif [[ "$RUNNER_OS" == "macOS" ]]; then
npx electron-builder --mac -p always
else
Expand Down

0 comments on commit 2dd54f0

Please sign in to comment.