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 16795b2 commit 7fc20eaCopy full SHA for 7fc20ea
1 file changed
.github/workflows/gh-build-and-sign.yml
@@ -21,18 +21,12 @@ jobs:
21
- name: Build Package
22
run: dotnet pack --configuration Release src/BootstrapBlazor/BootstrapBlazor.csproj
23
24
- # Publish the artifacts to sign and the file list, if any, as artifacts for the signing stage
25
- - name: Upload signing file list
26
- uses: actions/upload-artifact@v4
27
- with:
28
- name: config
29
- path: config
30
-
+ # Publish the artifacts to sign and the file list, if any, as artifacts for the signing stage
31
- name: Upload build artifacts
32
uses: actions/upload-artifact@v4
33
with:
34
name: BuildArtifacts
35
- path: src/BootstrapBlazor/bin/Release/**/*.nupkg
+ path: src/BootstrapBlazor/bin/Release/**/*.*
36
37
sign:
38
needs: build
0 commit comments