mirror of
https://github.com/logto-io/logto.git
synced 2024-12-30 20:33:54 -05:00
chore: fix typo
This commit is contained in:
parent
7e0b4fc01c
commit
19bce4d7e1
2 changed files with 2 additions and 2 deletions
2
.github/workflows/integration-test.yml
vendored
2
.github/workflows/integration-test.yml
vendored
|
@ -25,7 +25,7 @@ jobs:
|
|||
run: pnpm -r build
|
||||
|
||||
- name: Package
|
||||
run: ./scripts/package.sh
|
||||
run: ./.scripts/package.sh
|
||||
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
|
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -131,7 +131,7 @@ jobs:
|
|||
run: pnpm -r build
|
||||
|
||||
- name: Package
|
||||
run: ./scripts/package.sh
|
||||
run: ./.scripts/package.sh
|
||||
|
||||
- name: Release
|
||||
uses: softprops/action-gh-release@v1
|
||||
|
|
Loading…
Reference in a new issue