From cf5ebd39dfc0d81f88481b64f1c9a348ca026aba Mon Sep 17 00:00:00 2001 From: samo_lego <34912839+samolego@users.noreply.github.com> Date: Tue, 11 Aug 2020 10:43:59 +0200 Subject: [PATCH] fix parsing yml on snapshot --- .github/workflows/ci_fabric-snapshot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_fabric-snapshot.yml b/.github/workflows/ci_fabric-snapshot.yml index 51888f7..74215e1 100644 --- a/.github/workflows/ci_fabric-snapshot.yml +++ b/.github/workflows/ci_fabric-snapshot.yml @@ -28,7 +28,7 @@ jobs: - name: Build with Gradle run: ./gradlew build - name: Execute permission for renaming script - run: chmod +x ./.github/workflows/renaming.sh + run: chmod +x ./.github/workflows/renaming.sh - name: Running renaming script run: ./.github/workflows/renaming.sh