mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-02-03 12:31:15 +00:00
Immutable artifacts
This commit is contained in:
parent
30a06f1781
commit
0b2a9bcbca
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user