исправлен upload-artifact
All checks were successful
CI / build-test (push) Successful in 34s
Release / pack-and-publish (release) Successful in 42s

This commit is contained in:
FrigaT
2025-09-06 00:55:04 +03:00
parent 6a3e2b4d01
commit 310d5facfc

View File

@@ -35,7 +35,7 @@ jobs:
run: dotnet pack -c Release --no-build -p:PackageVersion=${{ steps.version.outputs.PACKAGE_VERSION }} -o ./artifacts run: dotnet pack -c Release --no-build -p:PackageVersion=${{ steps.version.outputs.PACKAGE_VERSION }} -o ./artifacts
- name: Upload package artifact - name: Upload package artifact
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v3
with: with:
name: nuget-packages name: nuget-packages
path: artifacts/*.nupkg path: artifacts/*.nupkg