Fixed: Open models, logs etc users path set by user. (#85) #102
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' | |
paths-ignore: | |
- '.github/**' | |
- '.prettierrc' | |
- '.eslintrc.json' | |
- '.prettierignore' | |
- 'package.json' | |
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 |