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 5, 2023
1 parent f484bc3 commit 54c9c82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
- name: Build deb
run: |
cd gst-plugins-rs
cargo deb --target=${{ matrix.rust_target }} --package ${{ env.GST_PLUGIN }} --no-build
cargo deb -v --target=${{ matrix.rust_target }} --package ${{ env.GST_PLUGIN }} --no-build
DEB_PATH=$(readlink -m $(find target/${{ matrix.rust_target }}/debian/${{ env.GST_PLUGIN }}_*.deb))
DEB_NAME=$(basename $DEB_PATH .deb)
echo "DEB_PATH=$DEB_PATH" >> $GITHUB_ENV
Expand Down

0 comments on commit 54c9c82

Please sign in to comment.