add plts
This commit is contained in:
parent
e8ec72c360
commit
956077baa1
12
.github/workflows/electron.yml
vendored
12
.github/workflows/electron.yml
vendored
@ -32,12 +32,22 @@ jobs:
|
||||
if: matrix.os != 'windows-latest'
|
||||
run: |
|
||||
mkdir artifacts
|
||||
mv 'dist/(*.exe,*.deb,*.AppImage,*.dmg)' artifacts
|
||||
mv 'dist/(*.exe,*.deb,*.AppImage,*.dmg)' artifacts || true
|
||||
- name: Cleanup artifacts Win
|
||||
if: matrix.os == 'windows-latest'
|
||||
run: |
|
||||
mkdir artifacts
|
||||
mv dist/*.exe artifacts
|
||||
- name: Cleanup artifacts Mac
|
||||
if: matrix.os == 'macOS-latest'
|
||||
run: |
|
||||
mkdir artifacts
|
||||
mv dist/*.dmg artifacts
|
||||
- name: Cleanup artifacts Ubuntu
|
||||
if: matrix.os == 'ubuntu-latest'
|
||||
run: |
|
||||
mkdir artifacts
|
||||
mv dist/*.deb artifacts
|
||||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@v1
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user