Skip to content

Commit

Permalink
removed artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke100000 committed Oct 30, 2024
1 parent 33267fd commit 62ba580
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@ jobs:
run: ./gradlew build
- name: Publish to Maven
run: ./gradlew publish
- name: Upload Artifacts
uses: actions/upload-artifact@v2
with:
name: artifacts
path: ./build/libs/
- name: Get tag
if: ${{ success() && startsWith(github.ref, 'refs/tags/') }}
id: tag
Expand Down
13 changes: 1 addition & 12 deletions .github/workflows/pr_gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,4 @@ jobs:
- name: Build with Gradle - Forge
run: ./gradlew :forge:build
- name: Build with Gradle - Fabric
run: ./gradlew :fabric:build
- 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/

run: ./gradlew :fabric:build

0 comments on commit 62ba580

Please sign in to comment.