Skip to content

Commit

Permalink
github you better work or else >:(((((((((
Browse files Browse the repository at this point in the history
  • Loading branch information
Treetrain1 committed Nov 23, 2022
1 parent bfcf009 commit d4f0e9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
if: ${{ runner.os != 'Windows' }}
run: chmod +x ./gradlew
- name: Build
run: ./gradlew build -PuseThirdPartyMods=false -PisGithub=true
run: ./gradlew build -PuseThirdPartyMods=false
- name: Extract current branch name
shell: bash
# bash pattern expansion to grab branch name without slashes
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
restore-keys: |
${{ runner.os }}-gradle-
- name: Building
run: ./gradlew build -PreleaseType=stable -PuseThirdPartyMods=false -pisGithub=true
run: ./gradlew build -PreleaseType=stable -PuseThirdPartyMods=false
- name: Upload release to GitHub
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit d4f0e9e

Please sign in to comment.