Skip to content

Override the SetPassThroughButtons on the data provider, to hopefully… #33

Override the SetPassThroughButtons on the data provider, to hopefully…

Override the SetPassThroughButtons on the data provider, to hopefully… #33

Workflow file for this run

name: Package and Release
on:
push:
tags: 'v*.*.*'
workflow_dispatch:
jobs:
package:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v2
- name: Create Package
uses: BigWigsMods/packager@v2
env:
CF_API_KEY: ${{ secrets.CURSEFORGE_API_TOKEN }}