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 595cdf0 commit e76de95Copy full SHA for e76de95
.github/workflows/release.yml
@@ -31,5 +31,8 @@ jobs:
31
informationalVersion: ${{ github.event.release.tag_name }}-${{ github.sha }}
32
- name: Build
33
run: dotnet build DotNetSiemensPLCToolBoxLibrary.sln
34
+ - uses: actions/upload-artifact@v4
35
+ with:
36
+ path: ./**/DotNetProjects.DotNetSiemensPLCToolBoxLibrary*.nupkg
37
# - name: Publish Nuget
38
# run: dotnet nuget push DotNetSiemensPLCToolBoxLibrary.sln --api-key ${{secrets.NUGET_API_KEY}} --source https://api.nuget.org/v3/index.json
0 commit comments