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 2caf09c commit 8bdda1eCopy full SHA for 8bdda1e
.github/workflows/build-postgres.yaml
@@ -23,7 +23,7 @@ jobs:
23
with:
24
name: "postgres-${{ github.event.inputs.tag }}-osx"
25
body: "postgres ${{ github.event.inputs.tag }} osx"
26
- artifacts: "postgres-${{ github.event.inputs.tag }}-osx.tar.gz"
+ artifacts: "postgres-${{ github.event.inputs.tag }}-osx.tar.gz,COPYRIGHT"
27
tag: ${{ github.event.inputs.tag }}-osx
28
commit: ${{ github.ref_name }}
29
build-linux-64:
@@ -41,6 +41,6 @@ jobs:
41
42
name: "postgres-${{ github.event.inputs.tag }}-linux-64"
43
body: "postgres ${{ github.event.inputs.tag }} linux-64"
44
- artifacts: "postgres-*-linux-64.tar.gz"
+ artifacts: "postgres-*-linux-64.tar.gz,COPYRIGHT"
45
tag: ${{ github.event.inputs.tag }}-linux-64
46
0 commit comments