aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Engelbrecht <[email protected]>2022-06-15 15:05:41 +0200
committerDan Engelbrecht <[email protected]>2022-06-15 15:05:41 +0200
commit873c6497235e1a53d2bc17d08ca5f1c4e926410b (patch)
tree2cb282f59c9304a5e5530b9f44724b0aec339c33
parentbump version (diff)
downloadzen-873c6497235e1a53d2bc17d08ca5f1c4e926410b.tar.xz
zen-873c6497235e1a53d2bc17d08ca5f1c4e926410b.zip
fix release trigger version.txt name
-rw-r--r--.github/workflows/create_release.yml2
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: