Skip to content

Commit

Permalink
Fix packaging tool call syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
LoneWanderer-GH committed Oct 18, 2020
1 parent 9fa7203 commit fb13f12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
- uses: BigWigsMods/packager@master
name: Build Retail and upload to CurseForge
with:
args: release.sh -l
args: -l

- uses: BigWigsMods/packager@master
name: Build Classic and upload to CurseForge
with:
args: release.sh -l -g 1.13.3
args: -l -g 1.13.5

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

0 comments on commit fb13f12

Please sign in to comment.