Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
Added bfa release
  • Loading branch information
Limmek committed Nov 30, 2019
1 parent e8821ad commit e36ddb6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Expand Up @@ -20,10 +20,15 @@ jobs:
exec /home/runner/.luarocks/bin/luacheck Shitlist/*.lua --no-color --config ./Shitlist/.luacheckrc -q
# run release.sh with arguments
- name: Create Package
- name: Create Classic Package
uses: BigWigsMods/packager@master
with:
args: release.sh -g 1.13.2 -p 344967

- name: Create BFA Package
uses: BigWigsMods/packager@master
with:
args: release.sh -p 344967

env:
CF_API_KEY: ${{ secrets.CF_API_KEY }}
Expand Down

0 comments on commit e36ddb6

Please sign in to comment.