diff options
| author | Dan Engelbrecht <[email protected]> | 2022-06-15 15:05:41 +0200 |
|---|---|---|
| committer | Dan Engelbrecht <[email protected]> | 2022-06-15 15:05:41 +0200 |
| commit | 873c6497235e1a53d2bc17d08ca5f1c4e926410b (patch) | |
| tree | 2cb282f59c9304a5e5530b9f44724b0aec339c33 | |
| parent | bump version (diff) | |
| download | zen-873c6497235e1a53d2bc17d08ca5f1c4e926410b.tar.xz zen-873c6497235e1a53d2bc17d08ca5f1c4e926410b.zip | |
fix release trigger version.txt name
| -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: |