mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
Upload desktop workflow artifacts
This commit is contained in:
24
.github/workflows/desktop-release.yml
vendored
24
.github/workflows/desktop-release.yml
vendored
@@ -183,6 +183,14 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
gh release upload "$RELEASE_TAG" "${files[@]}" --clobber --repo "${{ github.repository }}"
|
gh release upload "$RELEASE_TAG" "${files[@]}" --clobber --repo "${{ github.repository }}"
|
||||||
|
|
||||||
|
- name: Upload desktop artifacts to workflow
|
||||||
|
if: env.SHOULD_PUBLISH != 'true'
|
||||||
|
uses: actions/upload-artifact@v4
|
||||||
|
with:
|
||||||
|
name: desktop-macos-${{ matrix.electron_arch }}
|
||||||
|
path: ${{ env.DESKTOP_PACKAGE_PATH }}/release/*
|
||||||
|
retention-days: 7
|
||||||
|
|
||||||
- name: Upload manifest artifact
|
- name: Upload manifest artifact
|
||||||
if: env.SHOULD_PUBLISH == 'true' && env.IS_SMOKE_TAG != 'true'
|
if: env.SHOULD_PUBLISH == 'true' && env.IS_SMOKE_TAG != 'true'
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
@@ -273,6 +281,14 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
gh release upload "$RELEASE_TAG" "${files[@]}" --clobber --repo "${{ github.repository }}"
|
gh release upload "$RELEASE_TAG" "${files[@]}" --clobber --repo "${{ github.repository }}"
|
||||||
|
|
||||||
|
- name: Upload desktop artifacts to workflow
|
||||||
|
if: env.SHOULD_PUBLISH != 'true'
|
||||||
|
uses: actions/upload-artifact@v4
|
||||||
|
with:
|
||||||
|
name: desktop-linux
|
||||||
|
path: ${{ env.DESKTOP_PACKAGE_PATH }}/release/*
|
||||||
|
retention-days: 7
|
||||||
|
|
||||||
- name: Upload manifest artifact
|
- name: Upload manifest artifact
|
||||||
if: env.SHOULD_PUBLISH == 'true' && env.IS_SMOKE_TAG != 'true'
|
if: env.SHOULD_PUBLISH == 'true' && env.IS_SMOKE_TAG != 'true'
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
@@ -360,6 +376,14 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
gh release upload "$RELEASE_TAG" "${files[@]}" --clobber --repo "${{ github.repository }}"
|
gh release upload "$RELEASE_TAG" "${files[@]}" --clobber --repo "${{ github.repository }}"
|
||||||
|
|
||||||
|
- name: Upload desktop artifacts to workflow
|
||||||
|
if: env.SHOULD_PUBLISH != 'true'
|
||||||
|
uses: actions/upload-artifact@v4
|
||||||
|
with:
|
||||||
|
name: desktop-windows
|
||||||
|
path: ${{ env.DESKTOP_PACKAGE_PATH }}/release/*
|
||||||
|
retention-days: 7
|
||||||
|
|
||||||
- name: Upload manifest artifact
|
- name: Upload manifest artifact
|
||||||
if: env.SHOULD_PUBLISH == 'true' && env.IS_SMOKE_TAG != 'true'
|
if: env.SHOULD_PUBLISH == 'true' && env.IS_SMOKE_TAG != 'true'
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user