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 869a9e5 commit aca8268
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,13 @@ jobs:
id: datagen
env:
MOD_VERSION: ${{ steps.truncated.outputs.versionStr }}
run: ./gradlew -Dlog4j.configuration=log4j.properties runData
JAVA_OPTS: -Dlog4j.configuration=log4j.properties
run: ./gradlew runData
- name: Build JAR file
env:
MOD_VERSION: ${{ steps.truncated.outputs.versionStr }}
run: ./gradlew -Dlog4j.configuration=log4j.properties build
JAVA_OPTS: -Dlog4j.configuration=log4j.properties
run: ./gradlew build
- name: Create Release
uses: softprops/action-gh-release@v2
with:
Expand Down

0 comments on commit aca8268

Please sign in to comment.