Add sdk to releases

This commit is contained in:
Willy-JL
2023-07-19 23:48:05 +01:00
parent d166a6f9d0
commit f951eb5541
4 changed files with 10 additions and 4 deletions

View File

@@ -46,7 +46,7 @@ jobs:
- name: "Read version tag"
run: bash .github/workflow_data/version.sh
- name: "Make tgz and zip"
- name: "Make tgz, zip and sdk"
run: bash .github/workflow_data/package.sh
- name: "Upload hotfix"

View File

@@ -46,7 +46,7 @@ jobs:
- name: "Read version tag"
run: bash .github/workflow_data/version.sh
- name: "Make tgz and zip"
- name: "Make tgz, zip and sdk"
run: bash .github/workflow_data/package.sh
- name: "Update release notes"
@@ -76,6 +76,7 @@ jobs:
files: |
${{ env.ARTIFACT_TGZ }}
${{ env.ARTIFACT_ZIP }}
${{ env.ARTIFACT_SDK }}
name: "${{ env.VERSION_TAG }}"
tag_name: "${{ env.VERSION_TAG }}"
target_commitish: ${{ github.event.pull_request.base.ref }}