File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed
Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -56,10 +56,11 @@ jobs:
5656 with :
5757 path : python3-windows\${{ matrix.env.ARCH }}\embeddable\python3-windows-${{ matrix.env.PYVER }}-${{ matrix.env.ARCH }}.zip
5858 if-no-files-found : error
59- - uses : BetaHuhn/do-spaces-action@v2
60- with :
61- access_key : ${{ secrets.ACCESS_KEY}}
62- secret_key : ${{ secrets.SECRET_KEY }}
63- space_name : ${{ secrets.SPACE_NAME }}
64- space_region : ${{ secrets.SPACE_REGION }}
65- source : python3-windows\${{ matrix.env.ARCH }}\embeddable\python3-windows-${{ matrix.env.PYVER }}-${{ matrix.env.ARCH }}.zip
59+ - name : Publish to Digital Ocean
60+ uses : BetaHuhn/do-spaces-action@v2
61+ with :
62+ access_key : ${{ secrets.ACCESS_KEY}}
63+ secret_key : ${{ secrets.SECRET_KEY }}
64+ space_name : ${{ secrets.SPACE_NAME }}
65+ space_region : ${{ secrets.SPACE_REGION }}
66+ source : python3-windows\${{ matrix.env.ARCH }}\embeddable\python3-windows-${{ matrix.env.PYVER }}-${{ matrix.env.ARCH }}.zip
You can’t perform that action at this time.
0 commit comments