We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8b8343 commit bce36c8Copy full SHA for bce36c8
1 file changed
.github/workflows/build.yml
@@ -97,12 +97,6 @@ jobs:
97
98
dotnet build --configuration $CONFIGURATION Stratum.SQLCipher.sln
99
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
-
106
- name: Publish package
107
run: |
108
pkg=$(find Stratum.SQLCipher/bin/$CONFIGURATION/ -name '*.nupkg')
0 commit comments