updated and build windows only
This commit is contained in:
10
.github/workflows/electron-sandbox.yml
vendored
10
.github/workflows/electron-sandbox.yml
vendored
@@ -29,11 +29,11 @@ jobs:
|
||||
- name: Publish
|
||||
run: |
|
||||
yarn run dist
|
||||
- name: Cleanup artifacts Linux and macOS
|
||||
if: matrix.os != 'windows-latest'
|
||||
run: |
|
||||
mkdir artifacts
|
||||
cp -R dist/{*.deb,*.dmg,*.AppImage} artifacts || true
|
||||
# - name: Cleanup artifacts Linux and macOS
|
||||
# if: matrix.os != 'windows-latest'
|
||||
# run: |
|
||||
# mkdir artifacts
|
||||
# cp -R dist/{*.deb,*.dmg,*.AppImage} artifacts || true
|
||||
- name: Cleanup artifacts Windowns
|
||||
if: matrix.os == 'windows-latest'
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user