Skip to content

Commit

Permalink
removed outdated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke100000 committed Dec 29, 2024
1 parent bf10d69 commit 9467389
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,6 @@ jobs:
run: ./gradlew :fabric:build
- name: Publish to Maven
run: ./gradlew publish
- name: Upload Artifacts - Forge
uses: actions/upload-artifact@v2
with:
name: forge_artifacts
path: ./forge/build/libs/
- name: Upload Artifacts - Fabric
uses: actions/upload-artifact@v2
with:
name: fabric_artifacts
path: ./fabric/build/libs/
- name: Get tag
if: ${{ success() && startsWith(github.ref, 'refs/tags/') }}
id: tag
Expand Down

0 comments on commit 9467389

Please sign in to comment.