Skip to content

Commit 60470f1

Browse files
committed
Disable MSVC artifacts
1 parent 713cefa commit 60470f1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,10 +110,10 @@ jobs:
110110
name: release-packages-Linux
111111
path: build
112112

113-
- uses: actions/download-artifact@v3
114-
with:
115-
name: release-packages-Windows
116-
path: build
113+
# - uses: actions/download-artifact@v3
114+
# with:
115+
# name: release-packages-Windows
116+
# path: build
117117

118118
- name: List artifacts
119119
run: ls -R

0 commit comments

Comments
 (0)