trying workflow fix
All checks were successful
Build python package / Build (push) Successful in 20s

This commit is contained in:
2026-02-20 06:36:13 +01:00
parent f5abc6f0f4
commit e53af9bb26

View File

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