Skip to content

Commit

Permalink
Update GH Action
Browse files Browse the repository at this point in the history
  • Loading branch information
protocentralashwin committed May 20, 2024
1 parent 3618883 commit 16e9d1b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,10 @@ jobs:
run: |
mv build/macos/Build/Products/Release/protocentral_openview_mobile.app ./OpenView2.app
zip -r OpenView2-macos.zip ./OpenView2.app
- uses: ncipollo/release-action@v1
name: Upload to Release
- name: Windows Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
name: macOS Release
artifacts: "./OpenView2-macos.zip"
token: ${{ secrets.GITHUB_TOKEN }}
files: ./OpenView2-macos.zip
3 changes: 2 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: OpenView2
description: BLE companion app for use with ProtoCentral breakout boards and modules

version: 2.0.0+69
version: 2.0.1+70

environment:
#sdk: ">=2.12.0 <3.0.0"
Expand All @@ -17,6 +17,7 @@ dependencies:
flutter_reactive_ble: ^5.0.2
bluetooth_enable_fork: ^0.1.4
geolocator: ^11.0.0
intl: ^0.18.1

connectivity: ^3.0.6
permission_handler: ^11.3.1
Expand Down

0 comments on commit 16e9d1b

Please sign in to comment.