Skip to content

Commit 358b3fc

Browse files
committed
fixed the artifacts publish to azure pipelines
1 parent db5b953 commit 358b3fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/stages/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ steps:
55
inputs:
66
source: current
77
path: $(Build.SourcesDirectory)
8-
artifact: artifacts
8+
artifact: storage
99
- script: dotnet cake build.cake --bootstrap && dotnet cake build.cake --target=Release
1010
displayName: 'Release'
1111
env:

0 commit comments

Comments
 (0)