Tweak artifact names

This commit is contained in:
Philip Peterson 2025-04-13 13:36:02 -07:00
parent 5aed80d42a
commit a77b48dea5
No known key found for this signature in database
GPG key ID: 354311183FC6519B

View file

@ -78,7 +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-${{ runner.os }} name: hyper-${{ runner.os }}-${{ matrix.name }}
path: | path: |
dist/*.dmg dist/*.dmg
dist/*.snap dist/*.snap
@ -188,7 +188,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-${{ runner.os }}--${{ matrix.name }} name: hyper-${{ runner.os }}-${{ matrix.name }}
path: | path: |
dist/*.snap dist/*.snap
dist/*.AppImage dist/*.AppImage