Skip to content

Commit

Permalink
Merge pull request #8 from Danaozhong/bug/fix-typo
Browse files Browse the repository at this point in the history
fix typo in dependency building script
  • Loading branch information
Danaozhong authored Jun 25, 2024
2 parents d355949 + 7cfce60 commit 4db540f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-macos-dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
- name: Copy the generated header files in *.src to the library directory
run: |
mkdir -p ${{ env.OUT_DIR }}/${{ env.SRC_PATH }}/ui
cp -v -R ${{ env.BUILD_DIR }}/src/ui/*.h ${{ env.OUT_DIR }}/${{ env.SRC_PATH }}/u
cp -v -R ${{ env.BUILD_DIR }}/src/ui/*.h ${{ env.OUT_DIR }}/${{ env.SRC_PATH }}/ui
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 4db540f

Please sign in to comment.