Skip to content

Commit

Permalink
Upload binaries on end of CI
Browse files Browse the repository at this point in the history
  • Loading branch information
palfrey committed Jan 3, 2024
1 parent b21c01b commit 05d0cdc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,8 @@ jobs:
echo Found local non-static refs!
exit 1
fi
- name: Archive binary
uses: actions/upload-artifact@v3
with:
name: wait-for-db-linux-${{ matrix.build_arch }}
path: wait-for-db-linux-${{ matrix.build_arch }}

0 comments on commit 05d0cdc

Please sign in to comment.