Skip to content

Commit

Permalink
name artifact after architecture, only upload binary
Browse files Browse the repository at this point in the history
  • Loading branch information
jesopo committed Feb 12, 2023
1 parent 43dc3d6 commit cc7a88a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: ${{ github.ref_name }}
path: /tmp/${{ matrix.target }}/release
name: ${{ matrix.target }}
path: /tmp/${{ matrix.target }}/release/curite

0 comments on commit cc7a88a

Please sign in to comment.