diff --git a/.gitea/workflows/build_and_test.yml b/.gitea/workflows/build_and_test.yml index 9da114b7..beb44a6f 100644 --- a/.gitea/workflows/build_and_test.yml +++ b/.gitea/workflows/build_and_test.yml @@ -100,15 +100,15 @@ jobs: if [ "${{ matrix.distro }}" = "rocky8_nocuda" ]; then for file in jfjoch-viewer*.rpm; do - python3 gitea_upload_file.py "$file" + python3 ../gitea_upload_file.py "$file" done elif [ "${{ matrix.distro }}" = "rocky9_nocuda" ]; then for file in jfjoch-viewer*.rpm; do - python3 gitea_upload_file.py "$file" + python3 ../gitea_upload_file.py "$file" done elif [ "${{ matrix.distro }}" = "ubuntu2204_nocuda" ]; then for file in jfjoch*viewer*.deb; do - python3 gitea_upload_file.py "$file" + python3 ../gitea_upload_file.py "$file" done fi python-client: