Updated profession and aiding the accord weeklies; added config optio… #14
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Package and release | |
on: | |
push: | |
tags: | |
- "**" | |
paths-ignore: | |
- "docs/**" | |
- ".github/**" | |
- ".vscode/" | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
env: | |
CF_API_KEY: ${{ secrets.borj_curseforge }} | |
steps: | |
- name: Clone project | |
uses: actions/checkout@v3 | |
with: | |
fetch-depth: 0 | |
- name: Package and release | |
uses: BigWigsMods/packager@v2 | |
with: | |
args: -p 847708 |