Skip to content

Commit

Permalink
Merge pull request #19 from geeker-ai/fix-exe
Browse files Browse the repository at this point in the history
fix: fixed
  • Loading branch information
zmhu authored Oct 8, 2023
2 parents 3aac5d1 + 73ed170 commit 6a37068
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,4 +129,4 @@ jobs:
run: |
echo "$env:LOCALAPPDATA\pub\cache\bin" >> $GITHUB_PATH
make change-channel
flutter_distributor release --name windows-release-exe --skip-clean
flutter_distributor release --name windows-site --skip-clean
21 changes: 10 additions & 11 deletions distribute_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,16 @@ releases:
repo-owner: geeker-ai
repo-name: geek_chat

- name: windows-release-exe
package:
platform: windows
target: exe
publish:
target: github
args:
repo-owner: geeker-ai
repo-name: geek_chat

- name: android-appstore
jobs:
- name: android-aab
Expand All @@ -72,14 +82,3 @@ releases:
args:
repo-owner: geeker-ai
repo-name: geek_chat


- name: windows-release-exe
package:
platform: windows
target: exe
publish:
target: github
args:
repo-owner: geeker-ai
repo-name: geek_chat
File renamed without changes.

0 comments on commit 6a37068

Please sign in to comment.