added .toml to python

fixed python release version
This commit is contained in:
dklein 2024-11-29 12:29:30 +01:00
parent e914886efd
commit 58852326ea

View File

@ -46,13 +46,13 @@ jobs:
echo "PY_VERSION=$PY_VER" >> $GITHUB_ENV
- name: zip Python
run: zip -r wazuh-notify-python.zip wazuh-notify-python
run: zip -r wazuh-notify-python.zip wazuh-notify-python wazuh-notify-go/wazuh-notify-config.toml
- name: Release python
uses: softprops/action-gh-release@v2
with:
token: ${{ secrets.RELEASE_TOKEN }}
tag_name: Python-v${{ env.PYTHON_VERSION }}
tag_name: Python-v${{ env.PY_VERSION }}
files: |
wazuh-notify-python.zip
licence.MD