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 d168ba0 commit 9a757caCopy full SHA for 9a757ca
.github/scripts/generate-os-packages.sh
@@ -48,7 +48,7 @@ generate_deb() {
48
--maintainer "[email protected]" \
49
--launcher-app "scala-cli" \
50
--priority "optional" \
51
- --section "devel" \
+ --section "devel"
52
mv "$ARTIFACTS_DIR/scala-cli.deb" "$ARTIFACTS_DIR/scala-cli-x86_64-pc-linux.deb"
53
}
54
0 commit comments