Skip to content

Commit

Permalink
screw it
Browse files Browse the repository at this point in the history
  • Loading branch information
deirn committed Jan 27, 2024
1 parent 70aa7f5 commit b37b9e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/head.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
cache-read-only: ${{ github.repository != 'badasintended/megane' }}
- run: chmod +x gradlew
- run: ./gradlew build --max-workers=4
- run: ./gradlew build --max-workers=1
env:
GIT_HASH: ${{ steps.vars.outputs.git_hash }}
- uses: actions/upload-artifact@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
cache-read-only: ${{ github.repository != 'badasintended/megane' }}
- run: chmod +x gradlew
- run: ./gradlew build publishMods --max-workers=4
- run: ./gradlew build publishMods --max-workers=1
env:
MOD_VERSION: ${{ steps.vars.outputs.version }}
CURSEFORGE_API: ${{ secrets.CURSEFORGE_API }}
Expand Down

0 comments on commit b37b9e6

Please sign in to comment.