version script path fix

This commit is contained in:
vabene1111
2020-06-10 10:24:54 +02:00
parent da12daaf03
commit 4294c132c6

View File

@@ -13,7 +13,7 @@ jobs:
- name: Update version file
uses: DamianReeves/write-file-action@v1.0
with:
path: $GITHUB_WORKSPACE/recipes/version.py
path: recipes/version.py
contents: |
echo "VERSION_NUMBER = 'develop'"
echo "BUILD_REF = '$(git rev-parse --short "$GITHUB_SHA")'"