Skip to content

Commit

Permalink
Upload build artifacts from CI (#299)
Browse files Browse the repository at this point in the history
  • Loading branch information
amacneil committed Jul 12, 2022
1 parent c047626 commit 16b8492
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,12 @@ jobs:
- run: dist/dbmate-${{ matrix.os }}-${{ matrix.arch }} --help
if: ${{ matrix.arch == 'amd64' }}

- name: Upload build artifacts
uses: actions/upload-artifact@v3
with:
name: ${{ matrix.os }}-${{ matrix.arch }}
path: dist/dbmate-*

- name: Publish binaries
uses: softprops/action-gh-release@v1
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
Expand Down

0 comments on commit 16b8492

Please sign in to comment.