Skip to content

Commit

Permalink
Patch workflow (again.)
Browse files Browse the repository at this point in the history
  • Loading branch information
Killarexe committed Jun 8, 2024
1 parent 43d0cdb commit b4e7286
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,36 +35,36 @@ jobs:
- name: Upload Fabric Mod
uses: actions/upload-artifact@v4
with:
name: crystals-fabric-1.2.1
path: /home/runner/work/Copper-Extension/Copper-Extension/fabric/build/libs/copper-extension-1.3.0.jar
name: copper-extension-fabric-1.2.1
path: /home/runner/work/Copper-Extension/Copper-Extension/fabric/build/libs/copper_extension-1.3.0.jar
retention-days: 7
- name: Upload Fabric Mod Sources
uses: actions/upload-artifact@v4
with:
name: crystals-fabric-1.2.1-sources
path: /home/runner/work/Cropper-Extension/Copper-Extension/fabric/build/libs/copper-extension-1.3.0-sources.jar
name: copper-extension-fabric-1.2.1-sources
path: /home/runner/work/Copper-Extension/Copper-Extension/fabric/build/libs/copper_extension-1.3.0-sources.jar
retention-days: 7
- name: Upload Fabric Mod Dev Shadow
uses: actions/upload-artifact@v4
with:
name: crystals-fabric-1.2.1-dev-shadow
path: /home/runner/work/Cropper-Extension/Cropper-Extension/fabric/build/libs/copper-extension-1.3.0-dev-shadow.jar
name: copper-extension-fabric-1.2.1-dev-shadow
path: /home/runner/work/Copper-Extension/Copper-Extension/fabric/build/libs/copper_extension-1.3.0-dev-shadow.jar
retention-days: 7
- name: Upload NeoForge Mod
uses: actions/upload-artifact@v4
with:
name: crystals-neoforge-1.2.1
path: /home/runner/work/Cropper-Extension/Cropper-Extension/neoforge/build/libs/copper-extension-1.3.0.jar
name: copper-extension-neoforge-1.2.1
path: /home/runner/work/Copper-Extension/Copper-Extension/neoforge/build/libs/copper_extension-1.3.0.jar
retention-days: 7
- name: Upload NeoForge Mod Sources
uses: actions/upload-artifact@v4
with:
name: crystals-neoforge-1.2.1-sources
path: /home/runner/work/Cropper-Extension/Cropper-Extension/neoforge/build/libs/copper-extension-1.3.0-sources.jar
name: copper-extension-neoforge-1.2.1-sources
path: /home/runner/work/Copper-Extension/Copper-Extension/neoforge/build/libs/copper_extension-1.3.0-sources.jar
retention-days: 7
- name: Upload NeoForge Mod Dev Shadow
uses: actions/upload-artifact@v4
with:
name: crystals-neoforge-1.2.1-dev-shadow
path: /home/runner/work/Cropper-Extension/Cropper-Extension/neoforge/build/libs/copper-extension-1.3.0-dev-shadow.jar
retention-days: 7
name: copper-extension-neoforge-1.2.1-dev-shadow
path: /home/runner/work/Copper-Extension/Copper-Extension/neoforge/build/libs/copper_extension-1.3.0-dev-shadow.jar
retention-days: 7

0 comments on commit b4e7286

Please sign in to comment.