File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 3434 run : dir dist
3535
3636 - name : Zip the output
37- run : python zipit.py dist/Underbridge.dist underbridge-light-win.zip
37+ run : python zipit.py dist/Underbridge-light.exe underbridge-light-win.zip
3838
3939 - name : Create GitHub Release and Upload Asset
4040 uses : softprops/action-gh-release@v1
4747
4848 - name : Upload to Cloud2
4949 run : |
50- python nc_upload.py ${{ secrets.UBRIDGE_USER }} ${{ secrets.UBRIDGE_PASSWD }} `
51- https://cloud.raise-uav.com/ `
52- underbridge-light-win.zip `
53- App_Release/light/underbridge-light-win.zip
50+ python nc_upload.py ${{ secrets.UBRIDGE_USER }} ${{ secrets.UBRIDGE_PASSWD }} https://cloud.raise-uav.com/ underbridge-light-win.zip App_Release/light/underbridge-light-win.zip
Original file line number Diff line number Diff line change 4040 run : ls dist/
4141
4242 - name : Zip the output
43- run : python zipit.py underbridge_lin underbridge-light-linux.zip
43+ run : python zipit.py dist/Underbridge_light underbridge-light-linux.zip
4444
4545 - name : Create GitHub Release and Upload Asset
4646 uses : softprops/action-gh-release@v1
You can’t perform that action at this time.
0 commit comments