Skip to content

Commit 8bdda1e

Browse files
committed
append copyright additionally as artifact
1 parent 2caf09c commit 8bdda1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-postgres.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
name: "postgres-${{ github.event.inputs.tag }}-osx"
2525
body: "postgres ${{ github.event.inputs.tag }} osx"
26-
artifacts: "postgres-${{ github.event.inputs.tag }}-osx.tar.gz"
26+
artifacts: "postgres-${{ github.event.inputs.tag }}-osx.tar.gz,COPYRIGHT"
2727
tag: ${{ github.event.inputs.tag }}-osx
2828
commit: ${{ github.ref_name }}
2929
build-linux-64:
@@ -41,6 +41,6 @@ jobs:
4141
with:
4242
name: "postgres-${{ github.event.inputs.tag }}-linux-64"
4343
body: "postgres ${{ github.event.inputs.tag }} linux-64"
44-
artifacts: "postgres-*-linux-64.tar.gz"
44+
artifacts: "postgres-*-linux-64.tar.gz,COPYRIGHT"
4545
tag: ${{ github.event.inputs.tag }}-linux-64
4646
commit: ${{ github.ref_name }}

0 commit comments

Comments
 (0)