Gitea: fix upload
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user