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 76596ef commit 302e14fCopy full SHA for 302e14f
1 file changed
.github/workflows/gh-build-and-sign.yml
@@ -26,7 +26,7 @@ jobs:
26
uses: actions/upload-artifact@v4
27
with:
28
name: BuildArtifacts
29
- path: src/BootstrapBlazor/bin/Release/**/*.*
+ path: src/BootstrapBlazor/bin/Release/BootstrapBlazor*.*
30
31
sign:
32
needs: build
0 commit comments