Update legobin action

This commit is contained in:
larzie 2024-12-25 17:37:58 +03:00 committed by GitHub
parent 4baa5929ea
commit 52a6a27d64
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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