https://github.com/monogame/monogame-actions
A Repo to hold MonoGame related github actions
https://github.com/monogame/monogame-actions
Last synced: 4 months ago
JSON representation
A Repo to hold MonoGame related github actions
- Host: GitHub
- URL: https://github.com/monogame/monogame-actions
- Owner: MonoGame
- License: mit
- Created: 2025-05-27T19:01:32.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-01-15T18:39:20.000Z (5 months ago)
- Last Synced: 2026-02-06T12:57:45.610Z (4 months ago)
- Size: 139 KB
- Stars: 3
- Watchers: 0
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# monogame-actions
A Repo to hold MonoGame related github actions
```yml
- uses install-wine@v1
- uses install-fonts@v1
- uses install-android-dependencies@v1
- uses publish-itchio@v1
with:
channel: 'ubuntu'
tag: '-latest'
file: 'path/to/game.zip'
version: '1.0.0'
ITCHIO_USER: ${{ secrets.ITCHIO_USER }}
ITCHIO_GAME: ${{ secrets.ITCHIO_GAME }}
ITCHIO_TOKEN: ${{ secrets.ITCHIO_TOKEN }}
```