Create separate job to import assets

Uses upload-artifact to share them with other jobs but deletes them when
done.
This commit is contained in:
Leroy Hopson 2023-01-26 07:39:06 +13:00
parent 2ba480b4da
commit 26aa4765d1
No known key found for this signature in database
GPG key ID: D2747312A6DB51AA
2 changed files with 40 additions and 3 deletions

View file

@ -1,7 +1,14 @@
name: Import assets
inputs:
godot-version:
required: true
runs:
using: "composite"
steps:
- name: Setup Godot
uses: lihop/setup-godot@4aad9daa7dd81c11329c4b54fdc26dbd39eea7d6
with:
version: ${{ inputs.godot-version }}
- name: Import assets
shell: bash
run: |