Skip to content

Commit 07076c0

Browse files
committed
Changed environment variables for CI
1 parent 6ebd14c commit 07076c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Set app environment variables
2424
id: appenv
2525
run: |
26-
APP_ID=$(cat app.manifest | jq '.info.id.name')
26+
APP_ID=$(cat app.manifest | jq -r '.info.id.name')
2727
echo "::set-output name=app_id::${APP_ID}"
2828
APP_NAME=$(echo "$APP_ID" | tr _ - )
2929
echo "::set-output name=app_name::${APP_NAME}"

0 commit comments

Comments
 (0)