File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed
Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 6060 with :
6161 path : python3-android/embedabble/${{ steps.create_package.outputs.package_filename }}
6262 if-no-files-found : error
63+ - name : Publish to Digital Ocean
64+ uses : BetaHuhn/do-spaces-action@v2
65+ with :
66+ access_key : ${{ secrets.ACCESS_KEY}}
67+ secret_key : ${{ secrets.SECRET_KEY }}
68+ space_name : ${{ secrets.SPACE_NAME }}
69+ space_region : ${{ secrets.SPACE_REGION }}
70+ source : python3-android/embedabble/${{ steps.create_package.outputs.package_filename }}
Original file line number Diff line number Diff line change 5050 with :
5151 path : python3-linux/embedabble/${{ steps.create_package.outputs.package_filename }}
5252 if-no-files-found : error
53+ - name : Publish to Digital Ocean
54+ uses : BetaHuhn/do-spaces-action@v2
55+ with :
56+ access_key : ${{ secrets.ACCESS_KEY}}
57+ secret_key : ${{ secrets.SECRET_KEY }}
58+ space_name : ${{ secrets.SPACE_NAME }}
59+ space_region : ${{ secrets.SPACE_REGION }}
60+ source : python3-linux/embedabble/${{ steps.create_package.outputs.package_filename }}
You can’t perform that action at this time.
0 commit comments