Skip to content

Commit

Permalink
fix typo in dependency building script
Browse files Browse the repository at this point in the history
  • Loading branch information
Clemens Zangl committed Jun 25, 2024
1 parent d355949 commit 7cfce60
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 7cfce60

Please sign in to comment.