исправлен upload-artifact
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user