Updated build workflow for gitea
Some checks failed
Build python package / Build (push) Failing after 17s

This commit is contained in:
2026-03-28 19:55:18 +01:00
parent 3afe674c90
commit bd14c8665e

View File

@@ -15,8 +15,8 @@ jobs:
uses: actions/checkout@main
- name: Building the package
run: |
mv ${{ gitea.workspace }}\GLPIAPI.py ${{ gitea.workspace }}\build\src\GLPIAPI\
cd ${{ gitea.workspace }}\build
mv ${{ gitea.workspace }}/GLPIAPI.py ${{ gitea.workspace }}/build/src/GLPIAPI/
cd ${{ gitea.workspace }}/build
python -m build
- name: Publish package
run: |