Commit 25240c4 1 parent 8798b0b commit 25240c4 Copy full SHA for 25240c4
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 93
93
elif [[ "${{ matrix.force_cpprest_asio }}" == "true" ]]; then
94
94
echo "BUILD_NAME=${{ matrix.os }}_asio_$authorization_mode" >> $GITHUB_ENV
95
95
else
96
- echo "BUILD_NAME=${{ matrix.os }}_auth_ $authorization_mode" >> $GITHUB_ENV
96
+ echo "BUILD_NAME=${{ matrix.os }}_ $authorization_mode" >> $GITHUB_ENV
97
97
fi
98
98
GITHUB_COMMIT=`echo "${{ github.sha }}" | cut -c1-7`
99
99
echo "GITHUB_COMMIT=$GITHUB_COMMIT" >> $GITHUB_ENV
@@ -1133,7 +1133,7 @@ jobs:
1133
1133
- name : make badges
1134
1134
run : |
1135
1135
# combine badges from all builds, exclude macos-11
1136
- ${{ github.workspace }}/Sandbox/make_badges.sh ${{ github.workspace }} ${{ runner.workspace }}/artifacts macos-11
1136
+ ${{ github.workspace }}/Sandbox/make_badges.sh ${{ github.workspace }} ${{ runner.workspace }}/artifacts macos-11_auth macos-11_noauth
1137
1137
1138
1138
# force push to github onto an orphan 'badges' branch
1139
1139
cd ${{ github.workspace }}
You can’t perform that action at this time.
0 commit comments