mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 16:36:27 +00:00
fix(build): rm build flags
This commit is contained in:
7
.github/workflows/build-desktop-release.yml
vendored
7
.github/workflows/build-desktop-release.yml
vendored
@@ -28,11 +28,6 @@ on:
|
||||
type: boolean
|
||||
required: true
|
||||
default: true
|
||||
enable-file-sync:
|
||||
description: 'Build with file sync support'
|
||||
type: boolean
|
||||
required: true
|
||||
default: false
|
||||
enable-file-sync-production:
|
||||
description: 'File sync production mode'
|
||||
type: boolean
|
||||
@@ -128,7 +123,6 @@ jobs:
|
||||
- name: Set Build Environment Variables (only when workflow_dispath)
|
||||
if: ${{ github.event_name == 'workflow_dispatch' }}
|
||||
run: |
|
||||
echo "ENABLE_FILE_SYNC=${{ github.event.inputs.enable-file-sync }}" >> $GITHUB_ENV
|
||||
echo "ENABLE_PLUGINS=${{ github.event.inputs.enable-plugins }}" >> $GITHUB_ENV
|
||||
echo "ENABLE_FILE_SYNC_PRODUCTION=${{ github.event.inputs.enable-file-sync-production }}" >> $GITHUB_ENV
|
||||
|
||||
@@ -432,7 +426,6 @@ jobs:
|
||||
if: ${{ github.event_name == 'schedule' || github.event.inputs.build-android == 'true' }}
|
||||
with:
|
||||
build-target: "${{ github.event.inputs.build-target }}"
|
||||
enable-file-sync: "${{ github.event.inputs.enable-file-sync == 'true' }}"
|
||||
enable-file-sync-production: "${{ github.event.inputs.enable-file-sync-production == 'true' }}"
|
||||
secrets:
|
||||
ANDROID_KEYSTORE: "${{ secrets.ANDROID_KEYSTORE }}"
|
||||
|
||||
Reference in New Issue
Block a user