Skip to content

Commit 01f652c

Browse files
authored
fix: NOTICE file generation moved out of source (#108)
1 parent 525169f commit 01f652c

6 files changed

Lines changed: 278 additions & 68869 deletions

File tree

.github/workflows/build-packages.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ jobs:
5353
- uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
5454
with:
5555
name: php-code-for-packages
56+
path: _BUILT/
5657
- name: Build packages
5758
run: |
5859
source "./tools/read_properties.sh"

.github/workflows/build-php-code-for-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ jobs:
3131
name: php-code-for-packages
3232
path: |
3333
_BUILT/php_code_for_packages
34-
NOTICE
34+
_BUILT/NOTICE

0 commit comments

Comments
 (0)