This commit is contained in:
parent
c264a6e692
commit
b7b481e873
1 changed files with 6 additions and 1 deletions
|
@ -7,4 +7,9 @@ jobs:
|
||||||
with:
|
with:
|
||||||
GODOT_VERSION: 3.0.2
|
GODOT_VERSION: 3.0.2
|
||||||
EXPORT_NAME: test
|
EXPORT_NAME: test
|
||||||
PROJECT_PATH: ./
|
PROJECT_PATH: ./
|
||||||
|
|
||||||
|
- uses: actions/upload-artifact@v3
|
||||||
|
with:
|
||||||
|
name: artifacts
|
||||||
|
path: ../build
|
Reference in a new issue