We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71bd361 commit ec17d84Copy full SHA for ec17d84
.github/scripts/action.yaml
@@ -47,7 +47,6 @@ runs:
47
# repository root
48
cd ${{ github.action_path }}/../../
49
rsync -rv \
50
- --exclude=library_generation \
51
--exclude=tests \
52
hermetic_build "${GITHUB_WORKSPACE}"
53
- name: Copy shell script
@@ -60,6 +59,7 @@ runs:
60
59
run: |
61
cd "${GITHUB_WORKSPACE}"
62
pip install hermetic_build/common
+ pip install hermetic_build/library_generation
63
pip install hermetic_build/release_note_generation
64
- name: Generate changed libraries
65
shell: bash
0 commit comments