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 70b4e94 commit 44bb368
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 @@ -47,12 +47,12 @@ jobs:

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

- uses: actions/upload-artifact@v4
with:
name: dynamicpack-common-builds-${{ github.MY_SHA_TRIM }}
name: dynamicpack-common-builds-${{ env.MY_SHA_TRIM }}
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 44bb368

Please sign in to comment.