mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/boypt/openssh-deb.git
synced 2026-09-20 08:03:46 +08:00
remove dbgsym
This commit is contained in:
8
.github/workflows/create-amd64-release.yml
vendored
8
.github/workflows/create-amd64-release.yml
vendored
@@ -232,6 +232,10 @@ jobs:
|
||||
name: debian11-amd64
|
||||
path: ./output
|
||||
|
||||
- name: Remove dbgsym packages
|
||||
run: |
|
||||
rm -fv ${{ github.workspace }}/output/*dbgsym*
|
||||
|
||||
- name: Get tag message
|
||||
run: |
|
||||
echo -e "> Automated release created by GitHub Actions.\n" > ${{ github.workspace }}/RELEASE.md
|
||||
@@ -239,10 +243,6 @@ jobs:
|
||||
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
|
||||
|
||||
5
.github/workflows/create-arm64-release.yml
vendored
5
.github/workflows/create-arm64-release.yml
vendored
@@ -274,12 +274,17 @@ jobs:
|
||||
name: debian11-arm64
|
||||
path: ./output
|
||||
|
||||
- name: Remove dbgsym packages
|
||||
run: |
|
||||
rm -fv ${{ github.workspace }}/output/*dbgsym*
|
||||
|
||||
- name: Get tag message
|
||||
run: |
|
||||
echo -e "> Automated release created by GitHub Actions.\n" > ${{ github.workspace }}/RELEASE.md
|
||||
GITHUB_REF=${{ github.ref }}
|
||||
TAG_NAME="${GITHUB_REF#refs/tags/}"
|
||||
git tag -l --format='%(contents)' "${TAG_NAME}" | tee -a ${{ github.workspace }}/RELEASE.md
|
||||
|
||||
- name: Create Release
|
||||
id: create_release
|
||||
uses: ncipollo/release-action@v1
|
||||
|
||||
Reference in New Issue
Block a user