mirror of
https://github.com/logseq/logseq.git
synced 2026-02-01 22:47:36 +00:00
chore: try android ci
This commit is contained in:
2
.github/workflows/build-android.yml
vendored
2
.github/workflows/build-android.yml
vendored
@@ -97,7 +97,7 @@ jobs:
|
||||
id: ref
|
||||
run: |
|
||||
pkgver=$(node ./scripts/get-pkg-version.js "${{ inputs.build-target || github.event.inputs.build-target }}")
|
||||
echo "version=$pkgver" >> >> $GITHUB_OUTPUT
|
||||
echo "version=$pkgver" >> $GITHUB_OUTPUT
|
||||
|
||||
- name: Update Nightly APP Version
|
||||
if: ${{ inputs.build-target == '' || inputs.build-target == 'nightly' || github.event.inputs.build-target == 'nightly' }}
|
||||
|
||||
Reference in New Issue
Block a user