Skip to content

Commit 32e9376

Browse files
committed
Try specifying SHA a different way
1 parent f1fe273 commit 32e9376

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/dev-build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ jobs:
2222

2323
- name: Run gradle build lifecycle
2424
run: |
25-
COMMIT_SHA=${{ github.sha }}
26-
./gradlew build shadowJar --no-daemon
25+
COMMIT_SHA=${{ github.sha }} ./gradlew build shadowJar --no-daemon
2726
2827
- name: Upload plugin file
2928
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)