updated
This commit is contained in:
2
.github/workflows/electron-dev.yml
vendored
2
.github/workflows/electron-dev.yml
vendored
@@ -33,7 +33,7 @@ jobs:
|
||||
if: matrix.os != 'windows-latest'
|
||||
run: |
|
||||
mkdir artifacts
|
||||
mv -t dist/dev/{*.deb,*.exe,*.dmg,*.AppImage} artifacts
|
||||
mv dist/dev/{*.deb,*.exe,*.dmg,*.AppImage} artifacts
|
||||
- name: Cleanup artifacts Windowns
|
||||
if: matrix.os == 'windows-latest'
|
||||
run: |
|
||||
|
||||
2
.github/workflows/electron-sandbox.yml
vendored
2
.github/workflows/electron-sandbox.yml
vendored
@@ -33,7 +33,7 @@ jobs:
|
||||
if: matrix.os != 'windows-latest'
|
||||
run: |
|
||||
mkdir artifacts
|
||||
mv -t dist/sandbox/{*.deb,*.exe,*.dmg,*.AppImage} artifacts
|
||||
mv dist/sandbox/{*.deb,*.dmg,*.AppImage} artifacts
|
||||
- name: Cleanup artifacts Windowns
|
||||
if: matrix.os == 'windows-latest'
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user