updated dirg
This commit is contained in:
parent
646d13ae22
commit
c6b0bbc794
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
|
||||||
cp -R "dist/(*.exe,*.deb,*.AppImage,*.dmg)" artifacts || true
|
cp -R "dist/dev/(*.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
|
||||||
cp -R dist/*.exe artifacts
|
cp -R dist/dev/*.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 -r dist/*.deb artifacts || true
|
mv -r dist/sandbox/*.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 -r dist/*.exe artifacts
|
mv -r dist/sandbox/*.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