Skip to content

🍱 Update spell database for season 1 of TWW #28

🍱 Update spell database for season 1 of TWW

🍱 Update spell database for season 1 of TWW #28

Workflow file for this run

# When in need, check documentation https://github.com/BigWigsMods/packager/wiki/GitHub-Actions-workflow
name: Test packaging
on:
pull_request:
branches:
- master
jobs:
check:
runs-on: ubuntu-latest
env:
GITHUB_OAUTH: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Clone project
uses: actions/checkout@v3
with:
fetch-depth: 0 # required for changelog
- name: Package
uses: BigWigsMods/packager@v2
with:
args: -d -r "${{ github.workspace }}/.release"
- name: Upload artifact
uses: actions/upload-artifact@v2
with:
name: package
path: "${{ github.workspace }}/.release"