ci: uploading compiled binary #8

Open
lejulien wants to merge 1 commits from lju/testing-artifacts into main
Showing only changes of commit f65d1099c2 - Show all commits

View File

@@ -22,3 +22,7 @@ jobs:
cd build cd build
cmake .. cmake ..
make make
- uses: actions/upload-artifact@v2
with:
name: gol-linux-build
path: /workspace/lejulien/GameOfLifeEditor/build/GameOfLifeEditor