Compare commits

...

1 Commits

Author SHA1 Message Date
f65d1099c2 ci: uploading compiled binary
Some checks failed
Gol CI / build (pull_request) Failing after 3m52s
2026-04-22 11:46:14 +02:00

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