Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
atavism committed Oct 30, 2024
1 parent f2d70a4 commit 68c30f6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,6 @@ jobs:
- name: Build Lantern Library
shell: bash
run: |
touch app.env
mkdir -p "build/windows/${{inputs.windows-arch}}/runner/Release"
make ${{matrix.platform}}
- name: Activate plugins
Expand Down Expand Up @@ -200,6 +198,7 @@ jobs:
if: matrix.platform == 'windows'
shell: bash
run: |
mkdir -p "build/windows/${{inputs.windows-arch}}/runner/Release"
mv liblantern.dll "build/windows/${{inputs.windows-arch}}/runner/Release"
- name: Extract app version from pubspec.yaml
Expand Down
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,6 @@ $(WINDOWS64_LIB_NAME): export EXTRA_LDFLAGS +=
$(WINDOWS64_LIB_NAME): export GO_BUILD_FLAGS += -a -buildmode=c-shared
$(WINDOWS64_LIB_NAME): export BUILD_RACE =
$(WINDOWS64_LIB_NAME): desktop-lib
$(WINDOWS64_LIB_NAME): mkdir -p build/windows/x64/runner/Release

## APP_VERSION is the version defined in pubspec.yaml
APP_VERSION := $(shell grep '^version:' pubspec.yaml | sed 's/version: //')
Expand Down

0 comments on commit 68c30f6

Please sign in to comment.