Update build.yml

This commit is contained in:
Lunathir 2022-11-05 21:45:56 -07:00 committed by GitHub
parent 18d1c322e8
commit 9162bbea08
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }}