Skip to content

Commit

Permalink
👷 Add release action.
Browse files Browse the repository at this point in the history
  • Loading branch information
Endre Vegh committed Oct 20, 2023
1 parent 465b16f commit 0fde528
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,9 @@ jobs:
with:
name: ${{ matrix.target }} sha
path: target/${{ matrix.target }}/release/cli-network-viewer-${{ matrix.artifact_prefix }}.sha256
- name: Releasing assets
uses: softprops/action-gh-release@v1
with:
files: |
target/${{ matrix.target }}/release/cli-network-viewer-${{ matrix.artifact_prefix }}.tar.gz
target/${{ matrix.target }}/release/cli-network-viewer-${{ matrix.artifact_prefix }}.sha256

0 comments on commit 0fde528

Please sign in to comment.