Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ATPStorages authored Apr 14, 2024
1 parent 67f6ffb commit 869a9e5
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 @@ -38,11 +38,11 @@ jobs:
id: datagen
env:
MOD_VERSION: ${{ steps.truncated.outputs.versionStr }}
run: ./gradlew runData
run: ./gradlew -Dlog4j.configuration=log4j.properties runData
- name: Build JAR file
env:
MOD_VERSION: ${{ steps.truncated.outputs.versionStr }}
run: ./gradlew build
run: ./gradlew -Dlog4j.configuration=log4j.properties build
- name: Create Release
uses: softprops/action-gh-release@v2
with:
Expand Down

0 comments on commit 869a9e5

Please sign in to comment.