Skip to content

Commit 3a59364

Browse files
committed
Fix github workflow to upload BouncyCastle build
With this commit the BouncyCastle build is uploaded as DotNetLightning.Kiss and the native build is not uploaded.
1 parent 99310dd commit 3a59364

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/publish_master.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,5 @@ jobs:
3232
run: |
3333
cd $GITHUB_WORKSPACE/src/DotNetLightning.Core
3434
dotnet pack . -p:Configuration=Release --version-suffix date`date +%Y%m%d-%H%M`-git-`echo $GITHUB_SHA | cut -c 1-7` -p:BouncyCastle=True
35-
dotnet nuget push ./bin/Release/DotNetLightning.1*.nupkg -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json
36-
37-
- name: Upload nuget packages (native)
38-
run: |
39-
cd $GITHUB_WORKSPACE/src/DotNetLightning.Core
40-
dotnet pack . -p:Configuration=Release --version-suffix date`date +%Y%m%d-%H%M`-git-`echo $GITHUB_SHA | cut -c 1-7`-${{ matrix.RID }}
4135
dotnet nuget push ./bin/Release/DotNetLightning.Kiss.1*.nupkg -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json
36+

0 commit comments

Comments
 (0)