and upload the artifacts
This commit is contained in:
parent
cc3ea8b9a5
commit
45c6a1cbfb
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -334,8 +334,8 @@ jobs:
|
|||
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' }}
|
||||
- name: Upload 30xx artifact
|
||||
if: ${{ github.repository == 'tildearrow/furnace' && github.ref_name == 'theUltimateFix' }}
|
||||
uses: actions/upload-artifact@v4.3.0
|
||||
with:
|
||||
name: ${{ steps.package-identify.outputs.id }}
|
||||
|
|
Loading…
Reference in a new issue