mirror of
https://github.com/m1k1o/neko.git
synced 2025-05-02 03:46:20 +02:00
update names.
This commit is contained in:
parent
40db8f6602
commit
92ccd2d2d1
2 changed files with 3 additions and 3 deletions
4
.github/workflows/client_build.yml
vendored
4
.github/workflows/client_build.yml
vendored
|
@ -1,4 +1,4 @@
|
||||||
name: Build Client Artifacts
|
name: Build Client
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_call:
|
workflow_call:
|
||||||
|
@ -15,7 +15,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-client:
|
build-client:
|
||||||
name: Build Client Artifacts
|
name: Build Client
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
2
.github/workflows/client_test.yml
vendored
2
.github/workflows/client_test.yml
vendored
|
@ -11,7 +11,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test-client:
|
test-client:
|
||||||
name: Build Artifacts
|
name: Test Client
|
||||||
uses: ./.github/workflows/client_build.yml
|
uses: ./.github/workflows/client_build.yml
|
||||||
with:
|
with:
|
||||||
# Do not upload artifacts for test builds
|
# Do not upload artifacts for test builds
|
||||||
|
|
Loading…
Add table
Reference in a new issue