Skip to content

Commit 14ca58d

Browse files
authored
Publish Linux and Android bundles
1 parent cd3a13c commit 14ca58d

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

.github/workflows/build_android.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,11 @@ jobs:
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 }}

.github/workflows/build_linux.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,11 @@ jobs:
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 }}

0 commit comments

Comments
 (0)