diff --git a/.github/workflows/build_android.yml b/.github/workflows/build_android.yml index 7b22c9e..73cd8cc 100644 --- a/.github/workflows/build_android.yml +++ b/.github/workflows/build_android.yml @@ -60,3 +60,11 @@ jobs: with: path: python3-android/embedabble/${{ steps.create_package.outputs.package_filename }} if-no-files-found: error + - name: Publish to Digital Ocean + uses: BetaHuhn/do-spaces-action@v2 + with: + access_key: ${{ secrets.ACCESS_KEY}} + secret_key: ${{ secrets.SECRET_KEY }} + space_name: ${{ secrets.SPACE_NAME }} + space_region: ${{ secrets.SPACE_REGION }} + source: python3-android/embedabble/${{ steps.create_package.outputs.package_filename }} diff --git a/.github/workflows/build_linux.yml b/.github/workflows/build_linux.yml index 3a7e522..c6d45cb 100644 --- a/.github/workflows/build_linux.yml +++ b/.github/workflows/build_linux.yml @@ -50,3 +50,11 @@ jobs: with: path: python3-linux/embedabble/${{ steps.create_package.outputs.package_filename }} if-no-files-found: error + - name: Publish to Digital Ocean + uses: BetaHuhn/do-spaces-action@v2 + with: + access_key: ${{ secrets.ACCESS_KEY}} + secret_key: ${{ secrets.SECRET_KEY }} + space_name: ${{ secrets.SPACE_NAME }} + space_region: ${{ secrets.SPACE_REGION }} + source: python3-linux/embedabble/${{ steps.create_package.outputs.package_filename }}