We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aae7375 commit a9e9f61Copy full SHA for a9e9f61
.ci_scripts/package.sh
@@ -21,7 +21,7 @@ if [ "$SOURCE" = "ON" ]; then
21
cpack --config CPackSourceConfig.cmake -G TGZ;
22
fi
23
24
-if ([ "$OS_NAME" = "ubuntu-latest" ]) && [ "$PACKAGE" = "ON" ]; then
+if ([[ "$OS_NAME" == "ubuntu"* ]]) && [ "$PACKAGE" = "ON" ]; then
25
../.ci_scripts/build_appimage.sh
26
# extract built appimages for uploading
27
mv ~/out/* .
0 commit comments