File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 8282 cp -r $GITHUB_WORKSPACE/scripting/TemplateWorkspace/. .
8383 cp $GITHUB_WORKSPACE/scripting/createWorkspace.sh .
8484 ls -a
85- ./createWorkspace.sh https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }}/${{ steps.get-changed-folder.outputs.dir }}/${{ steps.prep-deploy.outputs.version }}
85+ ./createWorkspace.sh https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }}/${{ steps.get-changed-folder.outputs.dir }}/${{ steps.prep-deploy.outputs.version }}/
8686
8787 - name : Tag the commit
8888 id : tag-commit
@@ -123,4 +123,4 @@ jobs:
123123 name : Release ${{ steps.tag-commit.outputs.tag_name }}
124124 artifacts : " ${{ steps.get-changed-folder.outputs.dir }}/ws/ws.zip"
125125 body : Download and Upload the ws.zip file to Code Hub now.
126- tag : ${{ steps.tag-commit.outputs.tag_name }}
126+ tag : ${{ steps.tag-commit.outputs.tag_name }}
You can’t perform that action at this time.
0 commit comments