Skip to content

Commit 7dec90c

Browse files
Update build.yml
1 parent 30da920 commit 7dec90c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979

8080
- name: Remove old file from Windows
8181
if: ${{ matrix.os == 'windows' }}
82-
run: Remove-Item -Path "builds\iconify" -Force
82+
run: Remove-Item -Path "builds/iconify" -Force
8383

8484
- uses: actions/download-artifact@v4
8585
with:

0 commit comments

Comments
 (0)