Skip to content

Commit bce36c8

Browse files
committed
remove upload package step
1 parent c8b8343 commit bce36c8

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -97,12 +97,6 @@ jobs:
9797
9898
dotnet build --configuration $CONFIGURATION Stratum.SQLCipher.sln
9999
100-
- name: Upload artifact
101-
uses: actions/upload-artifact@v4
102-
with:
103-
name: stratum-sqlcipher
104-
path: Stratum.SQLCipher/bin/**/Stratum.SQLCipher*.nupkg
105-
106100
- name: Publish package
107101
run: |
108102
pkg=$(find Stratum.SQLCipher/bin/$CONFIGURATION/ -name '*.nupkg')

0 commit comments

Comments
 (0)