Skip to content

Commit a9e9f61

Browse files
authored
Update package.sh
1 parent aae7375 commit a9e9f61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci_scripts/package.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ if [ "$SOURCE" = "ON" ]; then
2121
cpack --config CPackSourceConfig.cmake -G TGZ;
2222
fi
2323

24-
if ([ "$OS_NAME" = "ubuntu-latest" ]) && [ "$PACKAGE" = "ON" ]; then
24+
if ([[ "$OS_NAME" == "ubuntu"* ]]) && [ "$PACKAGE" = "ON" ]; then
2525
../.ci_scripts/build_appimage.sh
2626
# extract built appimages for uploading
2727
mv ~/out/* .

0 commit comments

Comments
 (0)