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