-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update actions/upload-artifact action to v4.3.4
- Loading branch information
1 parent
e5b3333
commit 786ade1
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,7 +38,7 @@ jobs: | |
dotnet pack HyPlayer.NeteaseProvider/HyPlayer.NeteaseProvider.csproj -c Release -o Packages/ | ||
- name: Publish Packages to Artifacts | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].4 | ||
with: | ||
name: packages | ||
path: Packages | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,7 @@ jobs: | |
dotnet pack HyPlayer.PlayCore.Abstraction/HyPlayer.PlayCore.Abstraction.csproj -c Release -o Packages/ | ||
- name: Publish Packages to Artifacts | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].4 | ||
with: | ||
name: packages | ||
path: Packages | ||
|