Browse Source

another workflow fix

pull/421/head
lumapu 2 years ago
parent
commit
265dd6d0b3
  1. 2
      .github/workflows/compile_development.yml

2
.github/workflows/compile_development.yml

@ -52,7 +52,7 @@ jobs:
- name: Rename Binary files
id: rename-binary-files
working-directory: src
run: python scripts/getVersion.py >> $GITHUB_OUTPUT
run: python /scripts/getVersion.py >> $GITHUB_OUTPUT
- name: Set Version
uses: cschleiden/replace-tokens@v1

Loading…
Cancel
Save