diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4cdaa63..08f8182 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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