fix: Action did not work on Windows runners. (#257)

* Remove symlink files

* Update entrypoint scripts for windows runner

* Add windows runner tests

* Fix unity editor path

* Set -nographics option for avoid d3d11 initialization error

* Fix Unity project path in windows standalone build script
This commit is contained in:
Sokuhatiku
2024-03-21 22:12:35 +09:00
committed by GitHub
parent 35b5a08132
commit 75d0d76deb
7 changed files with 1415 additions and 1450 deletions

1
dist/post.js vendored
View File

@@ -1 +0,0 @@
index.js

3
dist/post.js vendored Normal file
View File

@@ -0,0 +1,3 @@
const index = require('./index.js');
index.post();