Update electron.yml
This commit is contained in:
parent
79cfaac6b7
commit
e8ec72c360
2
.github/workflows/electron.yml
vendored
2
.github/workflows/electron.yml
vendored
@ -32,7 +32,7 @@ jobs:
|
|||||||
if: matrix.os != 'windows-latest'
|
if: matrix.os != 'windows-latest'
|
||||||
run: |
|
run: |
|
||||||
mkdir artifacts
|
mkdir artifacts
|
||||||
mv dist/(*.exe,*.deb,*.AppImage,*.dmg) artifacts
|
mv 'dist/(*.exe,*.deb,*.AppImage,*.dmg)' artifacts
|
||||||
- name: Cleanup artifacts Win
|
- name: Cleanup artifacts Win
|
||||||
if: matrix.os == 'windows-latest'
|
if: matrix.os == 'windows-latest'
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user