Scrolling TODOs. #16
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Choose the name you want | |
name: Publish | |
on: | |
push: | |
branches: | |
- main | |
# Leave if you want to trigger builds manually | |
workflow_dispatch: | |
jobs: | |
publish: | |
uses: treytomes/micro-hack/.github/workflows/itch-deploy.yaml@main | |
with: | |
minidisk_main_file: main.ms | |
minidisk_additional_entries: >- | |
src | |
boot_opts_path: bootOpts.grfon | |
custom_executable_name: micro-hack.exe | |
itch_io_username: treytomes | |
itch_io_game_id: micro-hack | |
itchio_web_channel: html5 | |
secrets: | |
itch_io_api_key: ${{ secrets.ITCH_IO_API_KEY }} |