Skip to content

Commit

Permalink
Merge pull request #73 from GuoXiCheng/dev-c
Browse files Browse the repository at this point in the history
update ci
  • Loading branch information
GuoXiCheng authored Nov 3, 2023
2 parents 24a6e1e + 90461aa commit 52e22d2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- main
env:
LATEST_VERSION: "1.4"

jobs:
build-and-deploy:
Expand All @@ -14,7 +16,11 @@ jobs:

- name: Latest Version Number
run: |
echo "1.4" >> dist/latest_version.txt
echo $LATEST_VERSION >> dist/latest_version.txt
- name: Latest Version APK
run: |
cp apk/SKIP-v$LATEST_VERSION.apk dist/
- name: SKIP Config
run: |
Expand Down

0 comments on commit 52e22d2

Please sign in to comment.