Skip to content

Commit 2717f32

Browse files
author
Abdulhakim Ajetunmobi
committed
scripting fixes
1 parent e5c5956 commit 2717f32

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.github/workflows/workspace.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ jobs:
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 }}
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
{
22
"enabled": true,
3-
"startupfiles": [
4-
<FILES>
5-
]
3+
"startupfiles": <FILES>
64
}

0 commit comments

Comments
 (0)