Skip to content

Commit

Permalink
Update workflows and add BCC
Browse files Browse the repository at this point in the history
  • Loading branch information
p3lim committed May 20, 2021
1 parent 8c6de3c commit 71e41a0
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,17 @@ jobs:
uses: actions/checkout@v2

- name: Package and release
uses: BigWigsMods/packager@5e59fc3
uses: BigWigsMods/packager@v1.0.2

- name: Package and release for Classic
uses: BigWigsMods/packager@5e59fc3
uses: BigWigsMods/packager@v1.0.2
with:
args: -g 1.13.5 -w 0
args: -g classic -w 0

- name: Package and release for BCC
uses: BigWigsMods/[email protected]
with:
args: -g bcc -w 0
env:
CF_API_KEY: ${{ secrets.CF_API_KEY }}
WOWI_API_TOKEN: ${{ secrets.WOWI_API_TOKEN }}
Expand Down

0 comments on commit 71e41a0

Please sign in to comment.