Immutable artifacts

This commit is contained in:
Christian Semmler 2025-06-14 21:17:21 -07:00
parent 30a06f1781
commit 0b2a9bcbca

View File

@ -86,7 +86,7 @@ jobs:
- name: Upload Artifact - name: Upload Artifact
uses: actions/upload-artifact@main uses: actions/upload-artifact@main
with: with:
name: Release name: Release-${{ matrix.name }}
path: | path: |
build/dist/isle-* build/dist/isle-*
@ -98,8 +98,9 @@ jobs:
- name: Download All Artifacts - name: Download All Artifacts
uses: actions/download-artifact@main uses: actions/download-artifact@main
with: with:
name: Release pattern: Release-*
path: Release path: Release
merge-multiple: true
- name: Checkout uploadtool - name: Checkout uploadtool
uses: actions/checkout@v4 uses: actions/checkout@v4