Skip to content

Remove LibBabble dependency #3

Remove LibBabble dependency

Remove LibBabble dependency #3

Workflow file for this run

name: build
on:
push:
tags:
- '**'
env:
GITHUB_OAUTH: ${{ secrets.GITHUB_TOKEN }}
CF_API_KEY: ${{ secrets.CF_API_KEY }}
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0 # reads history for commit changelog
- name: Build packages
uses: BigWigsMods/packager@v2