Skip to content

Commit 7fc20ea

Browse files
committed
chore: 更新脚本
1 parent 16795b2 commit 7fc20ea

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

.github/workflows/gh-build-and-sign.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,12 @@ jobs:
2121
- name: Build Package
2222
run: dotnet pack --configuration Release src/BootstrapBlazor/BootstrapBlazor.csproj
2323

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-
24+
# Publish the artifacts to sign and the file list, if any, as artifacts for the signing stage
3125
- name: Upload build artifacts
3226
uses: actions/upload-artifact@v4
3327
with:
3428
name: BuildArtifacts
35-
path: src/BootstrapBlazor/bin/Release/**/*.nupkg
29+
path: src/BootstrapBlazor/bin/Release/**/*.*
3630

3731
sign:
3832
needs: build

0 commit comments

Comments
 (0)