fix(build.yml): update checkout step to use git clone instead of actions/checkout
Some checks failed
Android CI / build (push) Failing after 2m43s
Some checks failed
Android CI / build (push) Failing after 2m43s
fix(build.yml): update download link in job description
This commit is contained in:
parent
bb39739385
commit
42b0caa1c4
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -9,7 +9,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
run: git clone https://git.natsume.io/NatsumeLS/Gakumas-Localify-EN.git
|
||||||
|
|
||||||
- name: Setup JDK
|
- name: Setup JDK
|
||||||
uses: actions/setup-java@v4
|
uses: actions/setup-java@v4
|
||||||
@ -94,4 +94,4 @@ jobs:
|
|||||||
color: 0xffd1dc
|
color: 0xffd1dc
|
||||||
description: |
|
description: |
|
||||||
Version: `${{ env.VERSION }}`
|
Version: `${{ env.VERSION }}`
|
||||||
[Download](https://nightly.link/NatsumeLS/Gakumas-Localify-EN/workflows/build/main/Gakumas-Localify-EN.zip)
|
[Download](https://git.natsume.io/NatsumeLS/Gakumas-Localify-EN/actions/runs/latest/jobs/0)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user