Skip to content

Commit 81a1d5b

Browse files
committed
fix forkflow
1 parent 07eb049 commit 81a1d5b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/build.yaml

+3-4
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,9 @@ jobs:
3535
- name: Validate Gradle wrapper
3636
uses: gradle/wrapper-validation-action@ccb4328a959376b642e027874838f60f8e596de3
3737
- name: Build with Gradle
38-
uses: gradle/gradle-build-action@bd5760595778326ba7f1441bcf7e88b49de61a25
39-
with:
40-
arguments: 'fabric_1.20:build -Pmod_version=$MOD_VERSION'
41-
build-root-directory: './Modifications'
38+
run: |
39+
cd ./Modifications
40+
./gradlew fabric_1.20:build -Pmod_version=$MOD_VERSION
4241
- name: release
4342
uses: softprops/action-gh-release@v1
4443
with:

0 commit comments

Comments
 (0)