mirror of
https://github.com/RYGhub/the-cold-night.git
synced 2024-11-22 04:34:19 +00:00
2.5 KiB
2.5 KiB
untitled project
unknown tagline
Ludum Dare 50: category entry
Credits
Game
- Your name goes here!
Tools
Development
Large file storage
This repository is configured with the Git Large File Storage extension.
Cloning
To clone this repository with all LFS files:
-
Ensure Git LFS is installed on your system
-
Clone the repository normally
-
Run:
$ git lfs pull
Committing
Before you commit a large binary file (such as an image, or an audio file):
-
Ensure the Git LFS hooks are installed:
$ git lfs install
-
Ensure the extension of the file you are committing is tracked:
$ git lfs track "*.ext"
-
Ensure the
.gitattributes
file itself is tracked:$ git add .gitattributes
Auto-build
To trigger an automatic export of the project:
- Ensure GitHub Actions are enabled
- Create a new GitHub Release
To download the resulting builds:
- Visit the Actions tab
- Click on the triggered workflow
- Download the created artifacts from the bottom of the page
Note that artifacts are visible only if you're logged in to a GitHub account!