action: remove debug pkg

This commit is contained in:
boypt
2025-04-22 14:04:16 +08:00
parent 7ab8fe1f82
commit 9179e64b86
2 changed files with 8 additions and 0 deletions

View File

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

View File

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