Skip to content

Commit 46f6adb

Browse files
committed
ci
1 parent 7296e16 commit 46f6adb

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/build-linux-android.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ jobs:
1616
- uses: actions/checkout@v4
1717
with:
1818
submodules: recursive
19+
- name: Detect tag
20+
if: startsWith(github.ref, 'refs/tags/')
21+
run: echo "TRAVIS_TAG=$GITHUB_REF_NAME" >> $GITHUB_ENV
1922
- name: Retrieve the secret and decode it to a file
2023
env:
2124
MY_KEYSTORE_BASE64: ${{ secrets.MY_KEYSTORE_BASE64 }}
@@ -28,4 +31,6 @@ jobs:
2831
KEYSTORE_PWD: ${{ secrets.KEYSTORE_PWD }}
2932
run: bash travis/build_client.bash
3033
- name: Build server
31-
run: bash travis/build_and_deploy_server.bash
34+
run: source env/bin/activate; bash travis/build_and_deploy_server.bash
35+
- name: Deploy client
36+
run: bash travis/deploy_client.bash

0 commit comments

Comments
 (0)