mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/boypt/openssh-rpms.git
synced 2026-09-20 08:03:38 +08:00
action: remove debug pkg
This commit is contained in:
4
.github/workflows/create-amd64-release.yml
vendored
4
.github/workflows/create-amd64-release.yml
vendored
@@ -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
|
||||
|
||||
4
.github/workflows/create-arm64-release.yml
vendored
4
.github/workflows/create-arm64-release.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user