We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfb4a49 commit b2e5a23Copy full SHA for b2e5a23
.github/workflows/build_linux.yaml
@@ -53,5 +53,5 @@ jobs:
53
54
- name: Upload to Server2
55
run: |
56
- packit/ubridge/bin/python nc_upload.py ${{ secrets.UBRIDGE_USER }} ${{ secrets.UBRIDGE_PASSWD }} https://cloud.raise-uav.com/ underbridge-light-linux.zip App_Release/light/underbridge-light-linux.zip
+ python nc_upload.py ${{ secrets.UBRIDGE_USER }} ${{ secrets.UBRIDGE_PASSWD }} https://cloud.raise-uav.com/ underbridge-light-linux.zip App_Release/light/underbridge-light-linux.zip
57
0 commit comments