This commit is contained in:
		@@ -36,8 +36,9 @@ jobs:
 | 
			
		||||
      - name: build apk
 | 
			
		||||
        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:
 | 
			
		||||
          releaseDirectory: |
 | 
			
		||||
            build/app/outputs/flutter-apk
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user