Skip to content

Commit 0b7b6bd

Browse files
committed
..actions
1 parent 02f0ff1 commit 0b7b6bd

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/cppcmake.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -130,11 +130,11 @@ jobs:
130130
with:
131131
name: pkg-ubuntu-latest
132132

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
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
138138

139139
- name: Download artifact - macos
140140
if: startsWith(github.ref, 'refs/tags/')

0 commit comments

Comments
 (0)