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 beb3d05 commit 33c8690Copy full SHA for 33c8690
.github/workflows/build.yml
@@ -73,13 +73,13 @@ jobs:
73
ini-values: error_reporting=E_ALL
74
coverage: none
75
76
- - name: Remove old file
+ - name: Remove old file from Ubuntu
77
if: ${{ matrix.os == 'ubuntu' }}
78
run: rm -f builds/iconify
79
80
- - name: Tests for Windows
+ - name: Remove old file from Windows
81
if: ${{ matrix.os == 'windows' }}
82
- run: del /f /q builds/iconify
+ run: del /f builds/iconify
83
84
- uses: actions/download-artifact@v4
85
with:
0 commit comments