updated yml
This commit is contained in:
parent
4333c8f395
commit
646d13ae22
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/(*.exe,*.deb,*.AppImage,*.dmg)" artifacts || true
|
cp -R "dist/(*.exe,*.deb,*.AppImage,*.dmg)" artifacts || true
|
||||||
- name: Cleanup artifacts Windowns for Dev
|
- name: Cleanup artifacts Windowns for Dev
|
||||||
if: matrix.os == 'windows-latest'
|
if: matrix.os == 'windows-latest'
|
||||||
run: |
|
run: |
|
||||||
mkdir artifacts
|
mkdir artifacts
|
||||||
mv dist/*.exe artifacts
|
cp -R dist/*.exe artifacts
|
||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v1
|
||||||
with:
|
with:
|
||||||
|
4
.github/workflows/electron-sandbox.yml
vendored
4
.github/workflows/electron-sandbox.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/(*.exe,*.deb,*.AppImage,*.dmg)" artifacts || true
|
mv -r dist/*.deb artifacts || true
|
||||||
- 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/*.exe artifacts
|
mv -r dist/*.exe artifacts
|
||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v1
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user