Skip to content

Commit d2b2d37

Browse files
committed
Rename macos zip file - 1.1.12 πŸš€
1 parent 9eb05b8 commit d2b2d37

File tree

27 files changed

+5
-3
lines changed

27 files changed

+5
-3
lines changed

β€Ž.github/workflows/macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ jobs:
2121
- name: Archive Release files
2222
run:
2323
- cd build/macos/Build/Products/Release
24-
- zip -r macos.zip .
24+
- zip -r MacOS.zip .
2525

2626
- name: Upload zip
2727
uses: svenstaro/upload-release-action@v2
2828
with:
2929
repo_token: ${{ secrets.GITHUB_TOKEN }}
30-
file: ./build/macos/Build/Products/Release/macos.zip
30+
file: ./build/macos/Build/Products/Release/MacOS.zip
3131
asset_name: MacOS zip
3232
tag: ${{ github.ref }}
3333
overwrite: false
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- Rename macos zip file
2+
- Fix ios checking for integration tests
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading

β€Žpubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: flexify
22
description: Track gym progress, visualize graphs, enjoy offline support & timers
33
publish_to: none
4-
version: 1.1.11+118
4+
version: 1.1.12+119
55
environment:
66
sdk: '>=3.2.6 <4.0.0'
77
dependencies:

0 commit comments

Comments
Β (0)