updated
This commit is contained in:
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: |
|
||||
|
||||
Reference in New Issue
Block a user