We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02f0ff1 commit 0b7b6bdCopy full SHA for 0b7b6bd
1 file changed
.github/workflows/cppcmake.yml
@@ -130,11 +130,11 @@ jobs:
130
with:
131
name: pkg-ubuntu-latest
132
133
- - name: Download artifact - windows
134
- if: startsWith(github.ref, 'refs/tags/')
135
- uses: actions/download-artifact@v1
136
- with:
137
- name: pkg-windows-latest
+ #- name: Download artifact - windows
+ # if: startsWith(github.ref, 'refs/tags/')
+ # uses: actions/download-artifact@v1
+ # with:
+ # name: pkg-windows-latest
138
139
- name: Download artifact - macos
140
if: startsWith(github.ref, 'refs/tags/')
0 commit comments