We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8649682 commit 2a6e41dCopy full SHA for 2a6e41d
.github/workflows/windows_build.yml
@@ -41,7 +41,7 @@ jobs:
41
- name: Add Version to Build
42
shell: bash -l {0}
43
run: |
44
- echo "${{ steps.get_version.outputs.version }}" > dist/funscript-editor/VERSION.txt
+ echo "${{ steps.get_version.outputs.version }}" > dist/funscript-editor/funscript_editor/VERSION.txt
45
- name: Create Asset Archive
46
uses: papeloto/action-zip@v1
47
with:
0 commit comments