mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-05-13 23:05:31 +02:00
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:
parent
2ba480b4da
commit
26aa4765d1
2 changed files with 40 additions and 3 deletions
7
.github/actions/import-assets/action.yml
vendored
7
.github/actions/import-assets/action.yml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue