actually make artifact
This commit is contained in:
parent
25f65635a2
commit
ec99c77554
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
|
@ -331,3 +331,10 @@ jobs:
|
|||
with:
|
||||
name: ${{ steps.package-identify.outputs.id }}
|
||||
path: ${{ steps.package-identify.outputs.filename }}
|
||||
|
||||
- name: Upload Metal artifact
|
||||
if: ${{ github.repository == 'tildearrow/furnace' && github.ref_name == 'metal' }}
|
||||
uses: actions/upload-artifact@v4.3.0
|
||||
with:
|
||||
name: ${{ steps.package-identify.outputs.id }}
|
||||
path: ${{ steps.package-identify.outputs.filename }}
|
||||
|
|
Loading…
Reference in a new issue