Skip to content

Commit

Permalink
ci: Publish build artifacts for each supported platform
Browse files Browse the repository at this point in the history
  • Loading branch information
notheotherben committed Apr 24, 2024
1 parent 0718f2d commit c13a109
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,3 +170,10 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
overwrite: "true"

- name: Upload build artifacts
uses: actions/upload-artifact@v4
if: github.event_name == 'push'
with:
name: grey-${{ matrix.os }}-${{ matrix.arch }}${{ matrix.extension }}
path: target/${{ matrix.target }}/release/grey${{ matrix.extension }}

0 comments on commit c13a109

Please sign in to comment.