|
|
@ -105,7 +105,7 @@ jobs:
|
|
|
|
|
|
|
|
|
|
|
|
- name: Download artifact
|
|
|
|
- name: Download artifact
|
|
|
|
if: env.excludewinarm == 'true'
|
|
|
|
if: env.excludewinarm == 'true'
|
|
|
|
uses: actions/download-artifact@v4
|
|
|
|
uses: actions/download-artifact@v5
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
name: ${{ env.ARTIFACT_NAME }}
|
|
|
|
name: ${{ env.ARTIFACT_NAME }}
|
|
|
|
path: ${{ runner.temp }}/${{ env.ARTIFACT_NAME }}
|
|
|
|
path: ${{ runner.temp }}/${{ env.ARTIFACT_NAME }}
|
|
|
@ -177,7 +177,7 @@ jobs:
|
|
|
|
needs: test
|
|
|
|
needs: test
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
|
|
steps:
|
|
|
|
- uses: actions/download-artifact@v4
|
|
|
|
- uses: actions/download-artifact@v5
|
|
|
|
|
|
|
|
|
|
|
|
- name: Generate release body
|
|
|
|
- name: Generate release body
|
|
|
|
id: generate-release-body
|
|
|
|
id: generate-release-body
|
|
|
|