diff options
| -rw-r--r-- | .github/workflows/create_release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/create_release.yml b/.github/workflows/create_release.yml index 0f075a233..0d6baa193 100644 --- a/.github/workflows/create_release.yml +++ b/.github/workflows/create_release.yml @@ -3,7 +3,7 @@ name: Create Release on: push: paths: - - 'version.txt' + - 'VERSION.txt' jobs: bundle-windows: |