Skip to content

Commit

Permalink
update publish jobn
Browse files Browse the repository at this point in the history
  • Loading branch information
dskvr committed Jan 16, 2025
1 parent 373bb10 commit 1aaea21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
fail-fast: false
matrix:
include:
- package: 'rust'
- package: 'core'
- package: 'wrapper'

steps:
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
- name: Find Package
id: find_package
run: |
PKG_PATH=$(find libraries internal apps -type d -name "${{ matrix.package }}" -print -quit)
PKG_PATH=$(find packages -type d -name "${{ matrix.package }}" -print -quit)
echo "the_path=$PKG_PATH" >> "$GITHUB_OUTPUT"
- name: Publish Package
Expand Down

0 comments on commit 1aaea21

Please sign in to comment.