remove debug package

This commit is contained in:
boypt
2025-04-22 17:10:15 +08:00
parent 77b8a0a853
commit 4cd05d9d08

View File

@@ -238,6 +238,11 @@ jobs:
GITHUB_REF=${{ github.ref }}
TAG_NAME="${GITHUB_REF#refs/tags/}"
git tag -l --format='%(contents)' "${TAG_NAME}" | tee -a ${{ github.workspace }}/RELEASE.md
- name: Remove dbgsym packages
run: |
rm -fv ${{ github.workspace }}/output/*dbgsym*
- name: Create Release
id: create_release
uses: ncipollo/release-action@v1