File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,8 @@ inputs:
1818runs :
1919 using : " composite"
2020 steps :
21- - name : Create Workspace
21+ - name : Create Artifact Workspace
22+ id : artifactworkspace
2223 shell : bash
2324 run : |
2425 GUID=$(uuidgen)
@@ -31,11 +32,11 @@ runs:
3132 uses : actions/download-artifact@v4.3.0
3233 with :
3334 name : ${{ inputs.artifact }}
34- path : ${{ steps.tempdir .outputs.build_workspace }}
35+ path : ${{ steps.artifactworkspace .outputs.build_workspace }}
3536
3637 - name : Activate the frontend
3738 uses : CoreHelpers/upload-spa-to-azure-blob@v0.0.1
3839 with :
3940 connectionstring : ${{ inputs.connectionstring }}
4041 container : ${{ inputs.container }}
41- source : " ${{ steps.tempdir .outputs.build_workspace }}/"
42+ source : " ${{ steps.artifactworkspace .outputs.build_workspace }}/"
You can’t perform that action at this time.
0 commit comments