Skip to content

Commit 5c1db75

Browse files
authored
Merge pull request ArchipelagoMW#30 from cjmang/pr-update
Fixing GHA
2 parents c6ad398 + 099c666 commit 5c1db75

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
@@ -20,7 +20,7 @@ jobs:
2020
cache: gradle
2121
- name: Build with Gradle
2222
# This just publishes to the local file system; jreleaser is responsible for uploading to maven central
23-
run: gradlew publish
23+
run: ./gradlew publish
2424
- name: Upload to Maven Central
2525
env:
2626
# Needs to have access to the io.github.ArchipelagoMW namespace in maven central

.github/workflows/snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
cache: gradle
1818
- name: Build with Gradle
1919
# This just publishes to the local file system; jreleaser is responsible for uploading to maven central
20-
run: gradlew publish
20+
run: ./gradlew publish
2121
- name: Upload to Maven Central Snapshots
2222
env:
2323
# Needs to have access to the io.github.ArchipelagoMW namespace in maven central

0 commit comments

Comments
 (0)