Skip to content

Commit 6ab025d

Browse files
authored
Merge pull request ArchipelagoMW#32 from cjmang/pr-update
One more time for gradlew
2 parents bdd7a3f + 0947b57 commit 6ab025d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ jobs:
3535
# The content here needs to be the values of the public and secret key pair
3636
JRELEASER_GPG_PUBLIC_KEY: ${{ secrets.gpgPublicKey }}
3737
JRELEASER_GPG_SECRET_KEY: ${{ secrets.gpgSecretKey }}
38-
run: gradlew jreleaserDeploy
38+
run: ./gradlew jreleaserDeploy

.github/workflows/snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ jobs:
3030
# The content here needs to be the values of the public and secret key pair
3131
JRELEASER_GPG_PUBLIC_KEY: ${{ secrets.gpgPublicKey }}
3232
JRELEASER_GPG_SECRET_KEY: ${{ secrets.gpgSecretKey }}
33-
run: gradlew jreleaserDeploy
33+
run: ./gradlew jreleaserDeploy

0 commit comments

Comments
 (0)