Skip to content

Commit d888462

Browse files
committed
Fixing path for bash script.
1 parent 401a3a8 commit d888462

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/release-plugin/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ runs:
8989
- id: generate-info-json
9090
name: Fetch and update info.json for WPE release
9191
run: |
92-
./scripts/add-wpe-version-info-file.sh ${{ env.VERSION }}
92+
../scripts/add-wpe-version-info-file.sh ${{ env.VERSION }}
9393
echo "info-json-path=$PWD/info.json" >> $GITHUB_ENV
9494
shell: bash
9595

.github/workflows/debug.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
2020
- name: Fetch and update info.json for WPE release
2121
run: |
22-
./scripts/add-wpe-version-info-file.sh ${{ env.VERSION }}
22+
../scripts/add-wpe-version-info-file.sh ${{ env.VERSION }}
2323
shell: bash
2424

2525
- name: Output modified info.json

0 commit comments

Comments
 (0)