-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
788 additions
and
704 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -93,9 +93,9 @@ jobs: | |
|
||
# windows | ||
- name: Add msbuild to PATH | ||
run: yarn global add --production windows-build-tools --vs2022 | ||
run: yarn global add --production windows-build-tools --vs2019 | ||
# uses: microsoft/[email protected] | ||
if: matrix.os == 'windows-latest' | ||
if: matrix.os == 'windows-2019' | ||
|
||
# nw.js | ||
# - if: matrix.runtime == 'nw.js' | ||
|
@@ -112,7 +112,7 @@ jobs: | |
- if: matrix.runtime == 'nw.js' | ||
run: | | ||
yarn config set python python2.7 | ||
yarn config set msvs_version 2022 | ||
yarn config set msvs_version 2019 | ||
- run: git clone https://github.com/greenheartgames/greenworks greenworks | ||
|
||
|
@@ -149,6 +149,11 @@ jobs: | |
id: package-version | ||
uses: Saionaro/[email protected] | ||
|
||
- name: "ls" | ||
shell: bash | ||
run: | ||
ls greenworks/build/Release/ | ||
|
||
- name: Upload binaries to release | ||
uses: svenstaro/upload-release-action@v2 | ||
with: | ||
|
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
Oops, something went wrong.