Skip to content

Commit

Permalink
fix: apps json path
Browse files Browse the repository at this point in the history
  • Loading branch information
NagariaHussain authored Jan 29, 2025
1 parent 89e5061 commit 130e88e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

- name: Set Branch
run: |
export APPS_JSON_PATH='${GITHUB_WORKSPACE}/.github/helper/apps.json'
export APPS_JSON_PATH='${{ github.workspace }}/.github/helper/apps.json'
echo "APPS_JSON_BASE64=$(cat $APPS_JSON_PATH | base64 -w 0)" >> $GITHUB_ENV
echo "FRAPPE_BRANCH=version-15" >> $GITHUB_ENV
Expand Down

0 comments on commit 130e88e

Please sign in to comment.