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 0aa2243 commit ca55760Copy full SHA for ca55760
.github/workflows/deploy-artifacts/entrypoint.sh
@@ -350,7 +350,7 @@ upload_generic_files() {
350
--build-number="$ARTIFACT_BUILD_NUMBER" \
351
--project="$PROJECT"
352
fi
353
- done < <(find . \( -not -name "*.deb" -not -name "*.rpm" -not -name "*.asc" -not -name "*.jar" -not -name "*.pom" \) -print0)
+ done < <(find . \( -not -name "*.deb" -not -name "*.rpm" -not -name "*.asc" -not -name "*.jar" -not -name "*.pom" -not -name "*.nupkg" \) -print0)
354
}
355
356
0 commit comments