Skip to content

Commit

Permalink
Update build_android.yml: Remove digital ocean upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-PLACET authored Mar 12, 2024
1 parent a1ceb81 commit 6fae785
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/build_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,3 @@ 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 }}

0 comments on commit 6fae785

Please sign in to comment.