Skip to content

Commit fbf12b7

Browse files
committed
fix(incus): filter properly release assets
1 parent 6cbbb7c commit fbf12b7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/incus/install.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ $nanolayer_location \
1616
install \
1717
devcontainer-feature \
1818
"ghcr.io/devcontainers-extra/features/gh-release:1" \
19-
--option repo='lxc/incus' --option binaryNames='incus' --option version="$VERSION"
19+
--option repo='lxc/incus' --option binaryNames='incus' --option version="$VERSION" \
20+
--option assetRegex='.*incus\..*'
2021

2122
echo 'Done!'

0 commit comments

Comments
 (0)