updated
This commit is contained in:
parent
5287290c76
commit
30319c0d8c
4
.github/workflows/electron-dev.yml
vendored
4
.github/workflows/electron-dev.yml
vendored
@ -33,12 +33,12 @@ jobs:
|
|||||||
if: matrix.os != 'windows-latest'
|
if: matrix.os != 'windows-latest'
|
||||||
run: |
|
run: |
|
||||||
mkdir artifacts
|
mkdir artifacts
|
||||||
mv dist/dev/{*.deb,*.exe,*.dmg,*.AppImage} artifacts
|
cp -R dist/dev/* artifacts
|
||||||
- name: Cleanup artifacts Windowns
|
- name: Cleanup artifacts Windowns
|
||||||
if: matrix.os == 'windows-latest'
|
if: matrix.os == 'windows-latest'
|
||||||
run: |
|
run: |
|
||||||
mkdir artifacts
|
mkdir artifacts
|
||||||
mv dist/sandbox/*.exe artifacts
|
mv dist/dev/*.exe artifacts
|
||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v1
|
||||||
with:
|
with:
|
||||||
|
2
.github/workflows/electron-sandbox.yml
vendored
2
.github/workflows/electron-sandbox.yml
vendored
@ -33,7 +33,7 @@ jobs:
|
|||||||
if: matrix.os != 'windows-latest'
|
if: matrix.os != 'windows-latest'
|
||||||
run: |
|
run: |
|
||||||
mkdir artifacts
|
mkdir artifacts
|
||||||
mv dist/sandbox/{*.deb,*.dmg,*.AppImage} artifacts
|
cp -R dist/sandbox/* artifacts
|
||||||
- name: Cleanup artifacts Windowns
|
- name: Cleanup artifacts Windowns
|
||||||
if: matrix.os == 'windows-latest'
|
if: matrix.os == 'windows-latest'
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user