Skip to content

Commit 885e503

Browse files
Fixed paths
1 parent f4e629c commit 885e503

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,13 @@ jobs:
7474
coverage: none
7575

7676
- name: Remove old file
77+
if: ${{ matrix.os == 'ubuntu' }}
7778
run: rm -f builds/iconify
7879

80+
- name: Tests for Windows
81+
if: ${{ matrix.os == 'windows' }}
82+
run: rm builds/iconify
83+
7984
- uses: actions/download-artifact@v4
8085
with:
8186
name: iconify

0 commit comments

Comments
 (0)