Skip to content

Add a basic options menu to select your hearthstone or disable the menu. #43

Add a basic options menu to select your hearthstone or disable the menu.

Add a basic options menu to select your hearthstone or disable the menu. #43

Workflow file for this run

name: Package and release
on:
push:
branches:
- main
tags:
- '*'
jobs:
release:
runs-on: ubuntu-latest
env:
CF_API_KEY: ${{ secrets.CF_API_KEY }}
GITHUB_OAUTH: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Clone project
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Package and release
uses: BigWigsMods/packager@v2