Skip to content

Commit

Permalink
feat: yml
Browse files Browse the repository at this point in the history
  • Loading branch information
brzhang666 committed May 6, 2023
1 parent 0012ae5 commit 1fb3504
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: flutter_chat_box.ipa
path: flutter_chatgpt/build/ios/Release-iphoneos/*.app
path: build/ios/Release-iphoneos/*.app

# build-windows:
# name: Build Windows app
Expand All @@ -63,4 +63,4 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: flutter_chat_box.app
path: flutter_chatgpt/build/macos/Build/Products/Release/*.app"
path: build/macos/Build/Products/Release/*.app

0 comments on commit 1fb3504

Please sign in to comment.