Merge pull request #277 from psykzz/patch-1 #212
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 Addon | |
on: | |
push: | |
branches: [ main ] | |
tags: [ "*" ] | |
jobs: | |
release: | |
runs-on: ubuntu-latest | |
env: | |
CF_API_KEY: ${{ secrets.CF_API_KEY }} | |
GITHUB_OAUTH: ${{ secrets.GITHUB_TOKEN }} | |
steps: | |
- name: Clone project | |
uses: actions/checkout@v1 | |
- name: Package and release Wrath,Vanilla | |
uses: BigWigsMods/packager@master |