Skip to content

Commit

Permalink
Classic Release to use it's own pkgmeta
Browse files Browse the repository at this point in the history
  • Loading branch information
d87 committed Nov 15, 2019
1 parent 4bec6af commit 4a3f6d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

# Double Release
- name: Create Classic Package
run: curl -s https://raw.githubusercontent.com/BigWigsMods/packager/master/release.sh | bash -s -- -g 1.13.2;
run: curl -s https://raw.githubusercontent.com/BigWigsMods/packager/master/release.sh | bash -s -- -g 1.13.2 -m .pkgmeta-classic;
if: '!contains( github.ref, ''beta'')'

- name: Create Pre-Release Package
Expand Down

0 comments on commit 4a3f6d7

Please sign in to comment.