Skip to content

Commit

Permalink
build: create required ~./gradle directory
Browse files Browse the repository at this point in the history
Stupid me is getting dizzy from testing the release automation all day.
  • Loading branch information
TheMrMilchmann committed Jul 3, 2023
1 parent 35fb8fb commit ea8ffaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ jobs:
GRADLE_PUBLISH_KEY: ${{ secrets.GRADLE_PUBLISH_KEY }}
GRADLE_PUBLISH_SECRET: ${{ secrets.GRADLE_PUBLISH_SECRET }}
run: |
mkdir ~./gradle
mkdir ~/.gradle
echo -e "gradle.publish.key=$GRADLE_PUBLISH_KEY\ngradle.publish.secret=$GRADLE_PUBLISH_SECRET" > ~/.gradle/gradle.properties
- name: Gradle Publish
Expand Down

0 comments on commit ea8ffaf

Please sign in to comment.