Skip to content

Commit

Permalink
Merge pull request #209 from osociety/archive-full-windows
Browse files Browse the repository at this point in the history
Archive full windows and macos builds
  • Loading branch information
git-elliot authored Nov 16, 2024
2 parents 73f720a + 8aa972d commit 16103ae
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/flutter_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ jobs:
type: 'zip'
filename: ${{ env.MACOS_ZIP }}
directory: ${{ env.MACOS_BUILD_PATH }}
path: vernet.app

- name: Install Node 18
uses: actions/setup-node@v4
Expand Down Expand Up @@ -210,7 +209,6 @@ jobs:
type: 'zip'
filename: ${{ env.WINDOWS_ZIP }}
directory: ${{ env.WINDOWS_BUILD_PATH }}
path: vernet.exe

- name: Publish Windows Release
uses: softprops/action-gh-release@v1
Expand Down
1 change: 1 addition & 0 deletions android/fastlane/metadata/android/en-US/changelogs/30.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fixed dll files missing when running app on Windows
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: A Network Analyzer

publish_to: 'none' # Remove this line if you wish to publish to pub.dev

version: 1.1.0+29
version: 1.1.0+30

environment:
sdk: ">=2.17.0 <3.0.0"
Expand Down

0 comments on commit 16103ae

Please sign in to comment.