App Icons / System Tray (#14) #19
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build All Platforms Debug | ||
on: | ||
push: | ||
branches: | ||
- "main" | ||
jobs: | ||
build-windows-debug-all: | ||
secrets: inherit | ||
uses: ./.github/workflows/debug_windows.yml | ||
build-apple-debug-all: | ||
secrets: inherit | ||
uses: ./.github/workflows/debug_macos.yml | ||
build-linux-debug-all: | ||
secrets: inherit | ||
uses: ./.github/workflows/debug_linux.yml | ||
Check failure on line 17 in .github/workflows/debug_all.yml GitHub Actions / .github/workflows/debug_all.ymlInvalid workflow file
|