Skip to content

Commit

Permalink
Fixed GH Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSuperGamer20578 committed Jul 28, 2024
1 parent d43fc9f commit 6c01006
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
modrinth-description:
name: Update Modrinth Description
runs-on: ubuntu-latest
if: false # TODO Make description work on Modrinth
steps:
- uses: actions/checkout@v3
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- uses: gradle/gradle-build-action@v2
- name: Build
run: |
gradle build -Pci=snapshot
gradle build -x test -Pci=snapshot
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/upload-artifact@v3
Expand All @@ -53,7 +53,7 @@ jobs:
- uses: gradle/gradle-build-action@v2
- name: Build
run: |
gradle build -Pci=snapshot --no-build-cache
gradle build -x test -Pci=snapshot --no-build-cache
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/download-artifact@v3
Expand Down

0 comments on commit 6c01006

Please sign in to comment.