Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamCalculator authored Jul 18, 2024
1 parent 5998dea commit efbda1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ jobs:

- uses: actions/upload-artifact@v4
with:
name: dynamicpack-fabric-builds
name: dynamicpack-fabric-builds-${{ github.sha }}
path: fabric/build/libs/

- uses: actions/upload-artifact@v4
with:
name: dynamicpack-common-builds
name: dynamicpack-common-builds-${{ github.sha }}
path: common/build/libs/

# 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 efbda1e

Please sign in to comment.