Skip to content

Commit 16d2ff4

Browse files
committed
fix: correct path to version_latest.txt in version.json creation step
1 parent 25a06e3 commit 16d2ff4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/upload_dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
# Create version.json with version and commit hash
2222
- name: Create version.json
2323
run: |
24-
VERSION=$(cat version_latest.txt | tr -d '[:space:]')
24+
VERSION=$(cat ./Config/version_latest.txt | tr -d '[:space:]')
2525
SHORT_SHA="${GITHUB_SHA::7}"
2626
echo "{\"version\": \"${VERSION}\", \"commit\": \"${SHORT_SHA}\"}" > version.json
2727

0 commit comments

Comments
 (0)