Skip to content

Commit e1df0ed

Browse files
authored
Update action.yml
1 parent caefd77 commit e1df0ed

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

action.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ runs:
3030
3131
- name: Prepare upload without index.html
3232
shell: bash
33-
run: |
34-
mkdir ${{ steps.uploadworkspace.outputs.upload_workspace }}
33+
run: |
3534
rsync -av --exclude 'index.html' '${{ inputs.source }}' "${{ steps.uploadworkspace.outputs.upload_workspace }}/"
3635
3736
- name: Upload all without index.html to Azure Blob (pre-stage)

0 commit comments

Comments
 (0)