Skip to content

Commit

Permalink
change directory from ble to webview
Browse files Browse the repository at this point in the history
  • Loading branch information
JLKwong authored Jul 24, 2021
1 parent bc24734 commit 8336cd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- run: flutter build ios --release --no-codesign
- run: brew install tree
- run: |
cd /Users/runner/work/flutter-ble-terminal/flutter-ble-terminal/build/ios/iphoneos
cd /Users/runner/work/flutter-webview/flutter-webview/build/ios/iphoneos
tree
ls -al
mkdir Payload
Expand All @@ -53,7 +53,7 @@ jobs:
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUBTOKEN }}
file: /Users/runner/work/flutter-ble-terminal/flutter-ble-terminal/build/ios/iphoneos/*
file: /Users/runner/work/flutter-webview/flutter-webview/build/ios/iphoneos/*
tag: ${{ github.ref }}
overwrite: true
file_glob: true

0 comments on commit 8336cd5

Please sign in to comment.