Skip to content

Commit ca55760

Browse files
arrowplumCopilot
andauthored
fix(workflows): nupkg are now not generic
Co-authored-by: Copilot <[email protected]>
1 parent 0aa2243 commit ca55760

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-artifacts/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ upload_generic_files() {
350350
--build-number="$ARTIFACT_BUILD_NUMBER" \
351351
--project="$PROJECT"
352352
fi
353-
done < <(find . \( -not -name "*.deb" -not -name "*.rpm" -not -name "*.asc" -not -name "*.jar" -not -name "*.pom" \) -print0)
353+
done < <(find . \( -not -name "*.deb" -not -name "*.rpm" -not -name "*.asc" -not -name "*.jar" -not -name "*.pom" -not -name "*.nupkg" \) -print0)
354354
}
355355

356356

0 commit comments

Comments
 (0)