Skip to content

Commit

Permalink
CI: temporary post-test NuGet uploader
Browse files Browse the repository at this point in the history
  • Loading branch information
ForNeVeR committed May 18, 2024
1 parent 372120d commit 8ea1d80
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,11 @@ jobs:
- name: Pack NuGet
shell: pwsh
run: dotnet pack -p:PackageVersion=${{ env.PACKAGE_VERSION_BASE }} --output build
- name: Test upload NuGet
uses: actions/upload-artifact@v4
with:
name: tdlib.nuget.test
path: ./build/*
- name: NuGet cache
uses: actions/cache@v4
with:
Expand Down

0 comments on commit 8ea1d80

Please sign in to comment.