Skip to content

Commit

Permalink
github: release: Upload artifacts to action
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick José Pereira <[email protected]>
  • Loading branch information
patrickelectric committed Oct 19, 2023
1 parent 193a2a5 commit d37620e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,13 @@ jobs:
echo "ASSET=$staging.tar.gz" >> $GITHUB_ENV
fi
- name: Upload Artifact
uses: actions/upload-artifact@v3
with:
name: trippy-${{ matrix.target }}
path: trippy-*
if-no-files-found: error

- name: Build RPM package
shell: bash
if: startsWith(matrix.build, 'linux-gnu')
Expand Down

0 comments on commit d37620e

Please sign in to comment.