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 2c3d1a8 commit 0c8e5ceCopy full SHA for 0c8e5ce
.github/workflows/nuget-push.yml
@@ -30,7 +30,7 @@ jobs:
30
dotnet pack HyPlayer.PlayCore.Abstraction/HyPlayer.PlayCore.Abstraction.csproj -c Release -o Packages/
31
32
- name: Publish Packages to Artifacts
33
- uses: actions/upload-artifact@v4.3.4
+ uses: actions/upload-artifact@v4.6.1
34
with:
35
name: packages
36
path: Packages
0 commit comments