Skip to content

Commit e76de95

Browse files
committed
release yml
1 parent 595cdf0 commit e76de95

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,8 @@ jobs:
3131
informationalVersion: ${{ github.event.release.tag_name }}-${{ github.sha }}
3232
- name: Build
3333
run: dotnet build DotNetSiemensPLCToolBoxLibrary.sln
34+
- uses: actions/upload-artifact@v4
35+
with:
36+
path: ./**/DotNetProjects.DotNetSiemensPLCToolBoxLibrary*.nupkg
3437
# - name: Publish Nuget
3538
# run: dotnet nuget push DotNetSiemensPLCToolBoxLibrary.sln --api-key ${{secrets.NUGET_API_KEY}} --source https://api.nuget.org/v3/index.json

0 commit comments

Comments
 (0)