name artifacts

This commit is contained in:
Philip Peterson 2025-04-13 00:52:08 -07:00
parent b84c6fc104
commit 8bdfaf428b
No known key found for this signature in database
GPG key ID: 354311183FC6519B

View file

@ -78,6 +78,7 @@ jobs:
- name: Archive Build Artifacts - name: Archive Build Artifacts
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
with: with:
name: artifact-1
path: | path: |
dist/*.dmg dist/*.dmg
dist/*.snap dist/*.snap
@ -99,6 +100,7 @@ jobs:
- name: Archive E2E test screenshot - name: Archive E2E test screenshot
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
with: with:
name: artifact-2
name: e2e-${{ matrix.os }}-${{ strategy.job-index }} name: e2e-${{ matrix.os }}-${{ strategy.job-index }}
path: dist/tmp/*.png path: dist/tmp/*.png
- name: Save the pr number in an artifact - name: Save the pr number in an artifact
@ -110,6 +112,7 @@ jobs:
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
if: github.event_name == 'pull_request' if: github.event_name == 'pull_request'
with: with:
name: artifact-3
name: pr_num name: pr_num
path: ./pr_num.txt path: ./pr_num.txt
- uses: actions/cache/save@v4 - uses: actions/cache/save@v4
@ -186,6 +189,7 @@ jobs:
- name: Archive Build Artifacts - name: Archive Build Artifacts
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
with: with:
name: artifact-4
path: | path: |
dist/*.snap dist/*.snap
dist/*.AppImage dist/*.AppImage