Compare commits

1 Commits

Author SHA1 Message Date
a4b8834d2b ci: uploading compiled binary
All checks were successful
Gol CI / build (pull_request) Successful in 3m4s
2026-04-22 11:40:21 +02:00

View File

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