GUI: user presets, part 3
working
This commit is contained in:
parent
8722fe4acb
commit
f2753d6ceb
4 changed files with 109 additions and 8 deletions
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue