Skip to content

Commit

Permalink
update workflow for bc
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbuds committed Apr 3, 2021
1 parent 443efc2 commit b30ab93
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
- uses: actions/checkout@v2

- name: Create Classic Package
run: curl -s https://raw.githubusercontent.com/BigWigsMods/packager/master/release.sh | bash -s -- -g 1.13.5 -m .pkgmeta-classic
uses: BigWigsMods/packager@master
args: -g classic,bc
env:
CF_API_KEY: ${{ secrets.CF_API_KEY }}
GITHUB_OAUTH: ${{ secrets.GITHUB_TOKEN }}
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Libs/LibGetFrame-1.0

0 comments on commit b30ab93

Please sign in to comment.