We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30da920 commit 7dec90cCopy full SHA for 7dec90c
.github/workflows/build.yml
@@ -79,7 +79,7 @@ jobs:
79
80
- name: Remove old file from Windows
81
if: ${{ matrix.os == 'windows' }}
82
- run: Remove-Item -Path "builds\iconify" -Force
+ run: Remove-Item -Path "builds/iconify" -Force
83
84
- uses: actions/download-artifact@v4
85
with:
0 commit comments