File tree 3 files changed +2
-3
lines changed
android/fastlane/metadata/android/en-US/changelogs
3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -159,7 +159,6 @@ jobs:
159
159
type : ' zip'
160
160
filename : ${{ env.MACOS_ZIP }}
161
161
directory : ${{ env.MACOS_BUILD_PATH }}
162
- path : vernet.app
163
162
164
163
- name : Install Node 18
165
164
uses : actions/setup-node@v4
@@ -210,7 +209,6 @@ jobs:
210
209
type : ' zip'
211
210
filename : ${{ env.WINDOWS_ZIP }}
212
211
directory : ${{ env.WINDOWS_BUILD_PATH }}
213
- path : vernet.exe
214
212
215
213
- name : Publish Windows Release
216
214
uses : softprops/action-gh-release@v1
Original file line number Diff line number Diff line change
1
+ Fixed dll files missing when running app on Windows
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description: A Network Analyzer
3
3
4
4
publish_to : ' none' # Remove this line if you wish to publish to pub.dev
5
5
6
- version : 1.1.0+29
6
+ version : 1.1.0+30
7
7
8
8
environment :
9
9
sdk : " >=2.17.0 <3.0.0"
You can’t perform that action at this time.
0 commit comments