File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
scripting/TemplateWorkspace/.vscode Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 5959 id : prep-deploy
6060 working-directory : ${{ steps.get-changed-folder.outputs.dir }}
6161 run : |
62- NAME=$(jq -r '.slug' .. /tutorial-config.json)
63- VERSION=$(jq -r '.version' .. /tutorial-config.json)
62+ NAME=$(jq -r '.slug' ./tutorial-config.json)
63+ VERSION=$(jq -r '.version' ./tutorial-config.json)
6464
6565 echo "version=$VERSION" >> "$GITHUB_OUTPUT"
6666 echo "name=$NAME" >> "$GITHUB_OUTPUT"
@@ -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 }}
Original file line number Diff line number Diff line change 11{
22 "enabled" : true ,
3- "startupfiles" : [
4- <FILES>
5- ]
3+ "startupfiles" : <FILES>
64}
You can’t perform that action at this time.
0 commit comments