mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 04:34:43 -04:00
Added "Test" GitHub Actions Workflow (#269)
* Remove export_presets.cfg from gitignore * Create export_presets.cfg * Create godot-ci-export.yml * Test DLL copying to artifact * Test repo cloning and copying files * Attempt to fix directory paths * Fix directory paths again * Remove export paths from export_presets.cfg * Fix inferring script error * Attempt to fix script error in Global.gd This and the previous error in Input.gd only happened in the builds generated by GH Actions. * Attempting to fix another error in Global.gd * Checkout with submodules * Added pixelorama folder to Linux build And renamed "windows" to "windows-64bit" and "linux" to "linux-64bit" directories. * Renamed artifacts * Added emojis to step names * Emojis for job names * Removed --recurse-submodules from git clone * Attempt to copy pixelorama folder to Mac's zip * Revert previous commit * Update and rename godot-ci-export.yml to godot-ci-test.yml
This commit is contained in:
parent
8bb1e61d8f
commit
4f0c0d77c5
5 changed files with 338 additions and 13 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,7 +1,6 @@
|
|||
|
||||
# Godot-specific ignores
|
||||
.import/
|
||||
export_presets.cfg
|
||||
|
||||
# Imported translations (automatically generated from CSV files)
|
||||
*.translation
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue