Skip to content

Commit f522021

Browse files
committed
fix
1 parent 5e4e6df commit f522021

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ jobs:
7575
shell: bash
7676
run: |
7777
echo "Starting properties export..."
78-
PROPERTIES="$(./gradlew properties --console=plain -q)"
78+
PROPERTIES="$(../gradlew properties --console=plain -q)"
7979
VERSION="$(echo "$PROPERTIES" | grep "^version:" | cut -f2- -d ' ')"
80-
CHANGELOG="$(./gradlew getChangelog --unreleased --no-header --console=plain -q)"
80+
CHANGELOG="$(../gradlew getChangelog --unreleased --no-header --console=plain -q)"
8181
echo "Detected version: $VERSION"
8282
8383
echo "version=$VERSION" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)