Skip to content

fix: Command ssload now activates the profile correctly #8

fix: Command ssload now activates the profile correctly

fix: Command ssload now activates the profile correctly #8

Workflow file for this run

name: Deploy
on:
push:
tags:
- '*'
jobs:
Deploy-Packages:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 50
- name: Upload locales strings to CurseForge
run: ./CurseForge_UpldateTranslations.sh
env:
CF_API_KEY: ${{ secrets.CF_API_KEY }}
- name: Create and Deploy to curseforge
uses: BigWigsMods/packager@master
env:
CF_API_KEY: ${{ secrets.CF_API_KEY }}
WOWI_API_TOKEN : ${{ secrets.WOWI_API_TOKEN }}
GITHUB_OAUTH: ${{ secrets.GITHUB_TOKEN }}