add fabric build to git

This commit is contained in:
wagyourtail 2021-07-11 22:25:32 -06:00
parent 8be821746e
commit 0944e6255e
No known key found for this signature in database
GPG Key ID: E6E3EB7DCD4EB017
1 changed files with 3 additions and 0 deletions

View File

@ -25,6 +25,9 @@ jobs:
- name: Build with Gradle
run: ./gradlew build
- name: Build (fabric) with Gradle
run: ./gradlew build -Pbaritone.fabric_build
- name: Archive Artifacts
uses: actions/upload-artifact@v2