diff --git a/.forgejo/workflows/build.yml b/.forgejo/workflows/build.yml index 3ef60f2..0c8cba8 100644 --- a/.forgejo/workflows/build.yml +++ b/.forgejo/workflows/build.yml @@ -7,7 +7,7 @@ on: jobs: build-windows: - runs-on: tesp_tsp + runs-on: docker container: image: git.rufous-trench.ts.net/crizomb/forgejo-action-rust-bevy:latest steps: @@ -36,7 +36,7 @@ jobs: path: dist/bevy-santa build-linux: - runs-on: tesp_tsp + runs-on: docker container: image: git.rufous-trench.ts.net/crizomb/forgejo-action-rust-bevy:latest steps: diff --git a/README.md b/README.md new file mode 100644 index 0000000..f4c74a7 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +Small game made in bevy to learn rust & bevy and also a little bit about CI. + + +It was a great experience. +You can play it on your browser [here](https://crizomb.itch.io/kirbby-bubble-massacre)