Skip to content

Commit 25240c4

Browse files
committed
Complie build-test.yml for macos badges
1 parent 8798b0b commit 25240c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
elif [[ "${{ matrix.force_cpprest_asio }}" == "true" ]]; then
9494
echo "BUILD_NAME=${{ matrix.os }}_asio_$authorization_mode" >> $GITHUB_ENV
9595
else
96-
echo "BUILD_NAME=${{ matrix.os }}_auth_$authorization_mode" >> $GITHUB_ENV
96+
echo "BUILD_NAME=${{ matrix.os }}_$authorization_mode" >> $GITHUB_ENV
9797
fi
9898
GITHUB_COMMIT=`echo "${{ github.sha }}" | cut -c1-7`
9999
echo "GITHUB_COMMIT=$GITHUB_COMMIT" >> $GITHUB_ENV
@@ -1133,7 +1133,7 @@ jobs:
11331133
- name: make badges
11341134
run: |
11351135
# 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
11371137
11381138
# force push to github onto an orphan 'badges' branch
11391139
cd ${{ github.workspace }}

0 commit comments

Comments
 (0)