Update build.yml
This commit is contained in:
parent
18d1c322e8
commit
9162bbea08
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -33,7 +33,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v2.5.0
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
|
@ -314,7 +314,7 @@ jobs:
|
|||
|
||||
- name: Upload artifact
|
||||
if: ${{ github.repository == 'tildearrow/furnace' && github.ref_name == 'master' }}
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v3.1.1
|
||||
with:
|
||||
name: ${{ steps.package-identify.outputs.id }}
|
||||
path: ${{ steps.package-identify.outputs.filename }}
|
||||
|
|
Loading…
Reference in a new issue