GUI: user presets, part 3

working
This commit is contained in:
tildearrow 2024-04-12 17:26:52 -05:00
parent 8722fe4acb
commit f2753d6ceb
4 changed files with 109 additions and 8 deletions

View file

@ -337,3 +337,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 }}