We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec3d758 commit da05891Copy full SHA for da05891
.github/workflows/cmake-multi-platform.yml
@@ -93,6 +93,7 @@ jobs:
93
94
- name: Upload Windows x64 Artifact
95
uses: actions/upload-release-asset@v1
96
+ if: ${{ matrix.arch == 'x86_64' && matrix.os == 'windows-latest' }}
97
env:
98
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
99
with:
0 commit comments