updated
This commit is contained in:
parent
277339dcf7
commit
79cfaac6b7
2
.github/workflows/electron.yml
vendored
2
.github/workflows/electron.yml
vendored
@ -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: |
|
||||
|
Loading…
Reference in New Issue
Block a user