This commit is contained in:
		@@ -36,8 +36,9 @@ jobs:
 | 
				
			|||||||
      - name: build apk
 | 
					      - name: build apk
 | 
				
			||||||
        run: flutter build apk --release
 | 
					        run: flutter build apk --release
 | 
				
			||||||
      
 | 
					      
 | 
				
			||||||
      - uses: https://github.com/actions/android-sign@v1
 | 
					      - name: sign app apk
 | 
				
			||||||
        name: sign app apk
 | 
					        uses: https://github.com/actions/android-sign@v1
 | 
				
			||||||
 | 
					        
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          releaseDirectory: |
 | 
					          releaseDirectory: |
 | 
				
			||||||
            build/app/outputs/flutter-apk
 | 
					            build/app/outputs/flutter-apk
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user