diff --git a/.github/workflows/electron.yml b/.github/workflows/electron.yml index 97282dc..235771c 100644 --- a/.github/workflows/electron.yml +++ b/.github/workflows/electron.yml @@ -32,7 +32,7 @@ jobs: if: matrix.os != 'windows-latest' run: | mkdir artifacts - mv "dist/(*.exe,*.deb,*.AppImage,*.dmg)" artifacts + mv dist/(*.exe,*.deb,*.AppImage,*.dmg) artifacts - name: Cleanup artifacts Win if: matrix.os == 'windows-latest' run: |