Skip to content

Commit 1aaea21

Browse files
committed
update publish jobn
1 parent 373bb10 commit 1aaea21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-packages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
fail-fast: false
4848
matrix:
4949
include:
50-
- package: 'rust'
50+
- package: 'core'
5151
- package: 'wrapper'
5252

5353
steps:
@@ -75,7 +75,7 @@ jobs:
7575
- name: Find Package
7676
id: find_package
7777
run: |
78-
PKG_PATH=$(find libraries internal apps -type d -name "${{ matrix.package }}" -print -quit)
78+
PKG_PATH=$(find packages -type d -name "${{ matrix.package }}" -print -quit)
7979
echo "the_path=$PKG_PATH" >> "$GITHUB_OUTPUT"
8080
8181
- name: Publish Package

0 commit comments

Comments
 (0)