Skip to content

Commit

Permalink
Now works?
Browse files Browse the repository at this point in the history
  • Loading branch information
TonimatasDEV committed Oct 7, 2023
1 parent 52febb6 commit 5bfea99
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,16 @@ jobs:
- name: Build
uses: gradle/gradle-build-action@v2
with:
arguments: build
arguments: build jar

- name: Upload a Build Artifact
- name: Upload a Forge Artifacts
uses: actions/[email protected]
with:
name: PacketFixer
path: artifacts/**.jar
name: PacketFixerForge
path: forge/build/libs/**.jar

- name: Upload a Fabric Artifacts
uses: actions/[email protected]
with:
name: PacketFixerFabric
path: fabric/build/libs/**.jar

0 comments on commit 5bfea99

Please sign in to comment.