actually make artifact

This commit is contained in:
tildearrow 2024-04-12 17:28:11 -05:00
parent 25f65635a2
commit ec99c77554

View file

@ -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 }}