Skip to content

Commit 2a6e41d

Browse files
author
arch
committed
fix version path
1 parent 8649682 commit 2a6e41d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Add Version to Build
4242
shell: bash -l {0}
4343
run: |
44-
echo "${{ steps.get_version.outputs.version }}" > dist/funscript-editor/VERSION.txt
44+
echo "${{ steps.get_version.outputs.version }}" > dist/funscript-editor/funscript_editor/VERSION.txt
4545
- name: Create Asset Archive
4646
uses: papeloto/action-zip@v1
4747
with:

0 commit comments

Comments
 (0)