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 }}
|
name: ${{ steps.package-identify.outputs.id }}
|
||||||
path: ${{ steps.package-identify.outputs.filename }}
|
path: ${{ steps.package-identify.outputs.filename }}
|
||||||
|
|
||||||
- name: Upload Metal artifact
|
- name: Upload 30xx artifact
|
||||||
if: ${{ github.repository == 'tildearrow/furnace' && github.ref_name == 'metal' }}
|
if: ${{ github.repository == 'tildearrow/furnace' && github.ref_name == 'theUltimateFix' }}
|
||||||
uses: actions/upload-artifact@v4.3.0
|
uses: actions/upload-artifact@v4.3.0
|
||||||
with:
|
with:
|
||||||
name: ${{ steps.package-identify.outputs.id }}
|
name: ${{ steps.package-identify.outputs.id }}
|
||||||
|
|
Loading…
Reference in a new issue