mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-23 00:01:15 +00:00
Update legobin action
This commit is contained in:
parent
4baa5929ea
commit
52a6a27d64
4
.github/workflows/legobin.yml
vendored
4
.github/workflows/legobin.yml
vendored
@ -2,12 +2,12 @@ name: Download legobin
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_call:
|
workflow_call:
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
fetch:
|
fetch:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Restore cached original binaries
|
- name: Restore cached original binaries
|
||||||
id: cache-original-binaries
|
id: cache-original-binaries
|
||||||
uses: actions/cache/restore@v4
|
uses: actions/cache/restore@v4
|
||||||
@ -16,7 +16,7 @@ jobs:
|
|||||||
path: legobin
|
path: legobin
|
||||||
key: legobin
|
key: legobin
|
||||||
|
|
||||||
- name: Download original island binaries
|
- name: Download original Island binaries
|
||||||
if: ${{ !steps.cache-original-binaries.outputs.cache-hit }}
|
if: ${{ !steps.cache-original-binaries.outputs.cache-hit }}
|
||||||
run: |
|
run: |
|
||||||
wget https://legoisland.org/download/CONFIG.EXE --directory-prefix=legobin
|
wget https://legoisland.org/download/CONFIG.EXE --directory-prefix=legobin
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user