Skip to content

Commit b2e675d

Browse files
remove google-services workflow
1 parent f8afbb0 commit b2e675d

File tree

2 files changed

+30
-32
lines changed

2 files changed

+30
-32
lines changed

.github/workflows/main.yml

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -40,37 +40,37 @@ jobs:
4040
- name: Test flutter app
4141
run: flutter test
4242

43-
#6 build apk
44-
- name: Build APK
45-
run: flutter build apk --release
43+
# #6 build apk
44+
# - name: Build APK
45+
# run: flutter build apk --release
4646

47-
#7 build aab
48-
- name: Build appBundle
49-
run: flutter build appbundle
47+
# #7 build aab
48+
# - name: Build appBundle
49+
# run: flutter build appbundle
5050

51-
#8 build ipa
52-
- name: Build IPA
53-
run:
54-
flutter build ipa --no-codesign
55-
- name: Compress Archives and IPAs
56-
run: |
57-
cd build
58-
tar -czf ios_build.tar.gz ios
51+
# #8 build ipa
52+
# - name: Build IPA
53+
# run:
54+
# flutter build ipa --no-codesign
55+
# - name: Compress Archives and IPAs
56+
# run: |
57+
# cd build
58+
# tar -czf ios_build.tar.gz ios
5959

60-
#9 get those build to be available to download
61-
- name: Upload Artifacts
62-
uses: actions/upload-artifact@v2
63-
with:
64-
name: Releases
65-
path: |
66-
build/app/outputs/flutter-apk/app-release.apk
67-
build/app/outputs/bundle/release/app-release.aab
68-
build/ios_build.tar.gz
60+
# #9 get those build to be available to download
61+
# - name: Upload Artifacts
62+
# uses: actions/upload-artifact@v2
63+
# with:
64+
# name: Releases
65+
# path: |
66+
# build/app/outputs/flutter-apk/app-release.apk
67+
# build/app/outputs/bundle/release/app-release.aab
68+
# build/ios_build.tar.gz
6969

70-
#10 create release with those builds
71-
- name: Create Release
72-
uses: ncipollo/release-action@v1
73-
with:
74-
artifacts: "build/app/outputs/flutter-apk/app-release.apk,build/app/outputs/bundle/release/app-release.aab,build/ios_build.tar.gz"
75-
tag: v1.0.${{ github.run_number }}
76-
token: ${{ secrets.TOKEN }}
70+
# #10 create release with those builds
71+
# - name: Create Release
72+
# uses: ncipollo/release-action@v1
73+
# with:
74+
# artifacts: "build/app/outputs/flutter-apk/app-release.apk,build/app/outputs/bundle/release/app-release.aab,build/ios_build.tar.gz"
75+
# tag: v1.0.${{ github.run_number }}
76+
# token: ${{ secrets.TOKEN }}

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# Cafedential (A cupping mobile app)
22
- This is an flutter cupping note app which could calculate the score of a cup of coffee and store it with some notes in firebase
33

4-
- [Here's the apk link](https://github.com/whiteSHADOW1234/CafedentialApp/blob/main/app-release.apk)
5-
64
#### Icon and splash screen
75
![](https://i.imgur.com/xrzRwut.png)
86

0 commit comments

Comments
 (0)