File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 22
22
run : .\build.ps1
23
23
shell : powershell
24
24
- name : Publish NuGet package as build artifact
25
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
25
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
26
26
with :
27
27
name : NuGet Package
28
28
path : ./BuildArtifacts/Packages/NuGet/
52
52
working-directory : ./tests/script-runner/net8.0-git-cli/
53
53
shell : powershell
54
54
- name : Publish generated reports as build artifact
55
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
55
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
56
56
with :
57
57
name : Integration Tests Script Runner Windows (.NET tool)
58
58
path : ./tests/script-runner/net8.0/BuildArtifacts/output/
You can’t perform that action at this time.
0 commit comments