Skip to content

Commit

Permalink
my bad, old gradle build
Browse files Browse the repository at this point in the history
  • Loading branch information
Slish562 committed Oct 17, 2024
1 parent 6b491c4 commit efe3aba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: |
sed -i 's/\r//' ./gradlew
chmod +x ./gradlew
./gradlew clean dex -Pcommit=$(git rev-parse --short "$GITHUB_SHA")
./gradlew clean deploy -Pcommit=$(git rev-parse --short "$GITHUB_SHA")
- name: Upload built jar file
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit efe3aba

Please sign in to comment.