Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kingosticks authored Oct 13, 2023
1 parent a816153 commit a48eaa8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
- name: Upload lib
uses: actions/upload-artifact@v3
with:
name: ${{ matrix.target } lib
name: ${{ matrix.target }} lib
path: gst-plugins-rs/target/${{ matrix.target }}/release/*.so

- name: Create deb package
Expand All @@ -128,5 +128,5 @@ jobs:
- name: Upload deb
uses: actions/upload-artifact@v3
with:
name: ${{ matrix.target } Debian Package
name: ${{ matrix.target }} Debian Package
path: ${{ env.DEB_PATH }}

0 comments on commit a48eaa8

Please sign in to comment.