ci: add missing wildcard to case

This should fix manual branch building.

Note to myself, always add tests to CI.

Signed-off-by: Paul Spooren <mail@aparcar.org>
pull/113/head
Paul Spooren 2023-04-24 08:52:18 +02:00
parent 3f8662f697
commit 696b2a5d3d
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ jobs:
VERSION=SNAPSHOT
echo "VERSION_PATH=snapshots" >> "$GITHUB_ENV"
;;
openwrt-)
openwrt-*)
VERSION=${REF//openwrt-/}-SNAPSHOT
echo "VERSION_PATH=releases/$VERSION" >> "$GITHUB_ENV"
;;