Skip to content

Commit

Permalink
Update base.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kingosticks authored Feb 29, 2024
1 parent f7c9f1a commit b3d88e8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,9 @@ jobs:
- name: Build gst-plugins-rs
run: |
env | sort
pushd ${GST_SRC_DIR}
echo "PLUGIN_NAME_VER=$(cargo pkgid | cut -d '#' -f2)" >> $GITHUB_ENV
env | sort
cargo build --target=${TARGET} --release
- name: Strip binary
Expand All @@ -127,7 +128,7 @@ jobs:
- name: Upload lib
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.target }} lib
name: ${{ env.PLUGIN_NAME_VER }} ${{ matrix.target }} lib
path: gst-plugins-rs/target/${{ matrix.target }}/release/*.so

- name: Prepare deb package
Expand All @@ -152,5 +153,5 @@ jobs:
- name: Upload deb
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.target }} Debian Package
name: ${{ env.PLUGIN_NAME_VER }} ${{ matrix.target }} Debian Package
path: ${{ env.DEB_FILE }}

0 comments on commit b3d88e8

Please sign in to comment.