Save position of the main window to be used after restart #567
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 | |
on: | |
push: | |
pull_request_target: | |
branches: | |
- main | |
jobs: | |
build-linux: | |
uses: ./.github/workflows/setup-linux.yaml | |
with: | |
command: npm run build-linux-project --workspace @project-gauntlet/build | |
build-macos: | |
uses: ./.github/workflows/setup-macos.yaml | |
with: | |
command: npm run build-macos-project --workspace @project-gauntlet/build | |
secrets: inherit | |
build-windows: | |
uses: ./.github/workflows/setup-windows.yaml | |
with: | |
command: npm run build-windows-project --workspace @project-gauntlet/build |