Skip to content

Commit

Permalink
mend
Browse files Browse the repository at this point in the history
  • Loading branch information
kingosticks committed Oct 23, 2023
1 parent 4779c08 commit 9e3489b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,8 @@ jobs:
cargo build --target=${TARGET} --package ${GST_PLUGIN} --release
- name Strip binary
if: matrix.strip != ''
run: |
${{ matrix.strip }} gst-plugins-rs/target/${TARGET}/release/*.so
$STRIP gst-plugins-rs/target/${TARGET}/release/*.so
- name: Upload lib
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 9e3489b

Please sign in to comment.