Skip to content

Add Mage portals/teleports to the menu (below toys, above Hero's Path) #18

Add Mage portals/teleports to the menu (below toys, above Hero's Path)

Add Mage portals/teleports to the menu (below toys, above Hero's Path) #18

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 }}
steps:
- name: Clone project
uses: actions/checkout@v1
- name: Package and release
uses: BigWigsMods/packager@master