Make master builds available

master
Marc Gilleron 2020-09-09 19:36:56 +01:00
parent 4b6ae21ce9
commit 8367524dfe
2 changed files with 13 additions and 0 deletions

View File

@ -81,3 +81,10 @@ jobs:
#- name: Unit Tests
# run: |
# ./bin/godot.linuxbsd.opt.tools.64 --test
# Make build available
- uses: actions/upload-artifact@v2
with:
name: godot.linuxbsd.opt.tools.64
path: bin/godot.linuxbsd.opt.tools.64

View File

@ -72,3 +72,9 @@ jobs:
#- name: Unit Tests
# run: |
# ./bin/godot.windows.opt.tools.64.exe --test
# Make build available
- uses: actions/upload-artifact@v2
with:
name: godot.windows.opt.tools.64.exe
path: bin/godot.windows.opt.tools.64.exe