Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RaydanOMGr authored Oct 22, 2024
1 parent 2957d9c commit ac9d624
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ jobs:
- name: Upload Fabric Artifacts
uses: actions/upload-artifact@v4.3.1
with:
name: GlowingEyes-Fabric-build
name: GlowingEyes-Fabric
path: Fabric/build/libs/*.jar

- name: Upload Forge Artifacts
uses: actions/upload-artifact@v4.3.1
with:
name: GlowingEyes-Fabric-build
name: GlowingEyes-Forge
path: Forge/build/libs/*.jar

# NOTE: The Gradle Wrapper is the default and recommended way to run Gradle (https://docs.gradle.org/current/userguide/gradle_wrapper.html).
Expand Down

0 comments on commit ac9d624

Please sign in to comment.