mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-10 08:05:14 +02:00
rename klo to ktx
This commit is contained in:
parent
1a42152e6f
commit
3ce510b55b
704 changed files with 10205 additions and 10255 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
|
@ -1,4 +1,4 @@
|
|||
name: KLO CI
|
||||
name: KTX CI
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
@ -11,7 +11,7 @@ permissions:
|
|||
contents: read
|
||||
|
||||
concurrency:
|
||||
group: klo-ci-${{ github.ref }}
|
||||
group: ktx-ci-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
|
|
@ -62,7 +62,7 @@ jobs:
|
|||
- name: Upload package artifacts
|
||||
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
|
||||
with:
|
||||
name: klo-package-artifacts-${{ github.sha }}
|
||||
name: ktx-package-artifacts-${{ github.sha }}
|
||||
path: |
|
||||
dist/artifacts/manifest.json
|
||||
dist/artifacts/npm/*.tgz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue