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'
|
||||
run: |
|
||||
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
|
||||
if: matrix.os == 'windows-latest'
|
||||
run: |
|
||||
mkdir artifacts
|
||||
cp -R dist/*.exe artifacts
|
||||
cp -R dist/dev/*.exe artifacts
|
||||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@v1
|
||||
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'
|
||||
run: |
|
||||
mkdir artifacts
|
||||
mv -r dist/*.deb artifacts || true
|
||||
mv -r dist/sandbox/*.deb artifacts || true
|
||||
- name: Cleanup artifacts Windowns
|
||||
if: matrix.os == 'windows-latest'
|
||||
run: |
|
||||
mkdir artifacts
|
||||
mv -r dist/*.exe artifacts
|
||||
mv -r dist/sandbox/*.exe artifacts
|
||||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@v1
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user