Skip to content

Commit

Permalink
move download artifact step
Browse files Browse the repository at this point in the history
  • Loading branch information
atavism committed Dec 13, 2023
1 parent 69e5d07 commit 7a8ecf3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-darwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
dart pub global activate protoc_plugin
- name: Build Flutter app
run: flutter build macos
run: flutter build macos --debug

- uses: actions/setup-node@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ $(INSTALLER_NAME).dmg: require-version require-appdmg require-retry
rm -rf $(DARWIN_APP_NAME) && \
cp -r $$INSTALLER_RESOURCES/$(DARWIN_APP_NAME)_template $(DARWIN_APP_NAME) && \
mkdir $(DARWIN_APP_NAME)/Contents/MacOS && \
cp -r build/macos/Build/Products/Release/Lantern.app/Contents/* $(DARWIN_APP_NAME)/Contents/ && \
cp -r build/macos/Build/Products/Debug/Lantern.app/Contents/* $(DARWIN_APP_NAME)/Contents/ && \
cp -r $(DARWIN_BINARY_NAME) $(DARWIN_APP_NAME)/Contents/Resources && \
mkdir $(DARWIN_APP_NAME)/Contents/Resources/en.lproj && \
cp $(INSTALLER_RESOURCES)/$(PACKAGED_YAML) $(DARWIN_APP_NAME)/Contents/Resources/en.lproj/$(PACKAGED_YAML) && \
Expand Down

0 comments on commit 7a8ecf3

Please sign in to comment.