mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
Upload only mac DMGs as workflow artifacts
This commit is contained in:
2
.github/workflows/desktop-release.yml
vendored
2
.github/workflows/desktop-release.yml
vendored
@@ -188,7 +188,7 @@ jobs:
|
|||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: desktop-macos-${{ matrix.electron_arch }}
|
name: desktop-macos-${{ matrix.electron_arch }}
|
||||||
path: ${{ env.DESKTOP_PACKAGE_PATH }}/release/*
|
path: ${{ env.DESKTOP_PACKAGE_PATH }}/release/*.dmg
|
||||||
retention-days: 7
|
retention-days: 7
|
||||||
|
|
||||||
- name: Upload manifest artifact
|
- name: Upload manifest artifact
|
||||||
|
|||||||
Reference in New Issue
Block a user