File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 6565 rm -f $AUTH_KEY_PATH
6666 echo -n "$XCODE_AUTHENTICATION_KEY_BASE64" | base64 --decode -o $AUTH_KEY_PATH
6767
68- echo "AUTH_KEY_PATH=$AUTH_KEY_PATH" >> $GITHUB_ENV
68+ # Make it available for the current shell
69+ export AUTH_KEY_PATH=$AUTH_KEY_PATH
6970
7071 chmod +x ./Scripts/publish-demo-app.sh
71- ./Scripts/publish-demo-app.sh "firebase"
72+ ./Scripts/publish-demo-app.sh "firebsae"
Original file line number Diff line number Diff line change @@ -127,7 +127,8 @@ jobs:
127127 rm -f $AUTH_KEY_PATH
128128 echo -n "$XCODE_AUTHENTICATION_KEY_BASE64" | base64 --decode -o $AUTH_KEY_PATH
129129
130- echo "AUTH_KEY_PATH=$AUTH_KEY_PATH" >> $GITHUB_ENV
130+ # Make it available for the current shell
131+ export AUTH_KEY_PATH=$AUTH_KEY_PATH
131132
132133 chmod +x ./Scripts/publish-demo-app.sh
133134 ./Scripts/publish-demo-app.sh
You can’t perform that action at this time.
0 commit comments