0
Fork 0
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:
Gao Sun 2022-11-11 20:17:50 +08:00
parent 7e0b4fc01c
commit 19bce4d7e1
No known key found for this signature in database
GPG key ID: 13EBE123E4773688
2 changed files with 2 additions and 2 deletions

View file

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

View file

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