Skip to content

Commit

Permalink
append copyright additionally as artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
miracelwhipp committed Mar 26, 2024
1 parent 8bdda1e commit 13ea902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-postgres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
name: "postgres-${{ github.event.inputs.tag }}-osx"
body: "postgres ${{ github.event.inputs.tag }} osx"
artifacts: "postgres-${{ github.event.inputs.tag }}-osx.tar.gz,COPYRIGHT"
artifacts: "postgres-*-osx.tar.gz,COPYRIGHT"
tag: ${{ github.event.inputs.tag }}-osx
commit: ${{ github.ref_name }}
build-linux-64:
Expand Down

0 comments on commit 13ea902

Please sign in to comment.