feature/ci-deploy #1
@@ -26,13 +26,8 @@ jobs:
 | 
				
			|||||||
    # - run: flutter test
 | 
					    # - run: flutter test
 | 
				
			||||||
    - run: flutter build apk --debug --split-per-abi
 | 
					    - run: flutter build apk --debug --split-per-abi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    # - name: setup go # gitea release action requires go
 | 
					    - name: Upload APK as artifact
 | 
				
			||||||
    #   uses: https://github.com/actions/setup-go@v4
 | 
					      uses: actions/upload-artifact@v4
 | 
				
			||||||
    #   with:
 | 
					      with:
 | 
				
			||||||
    #     go-version: '>=1.20.1'
 | 
					        name: app
 | 
				
			||||||
    # - name: Push APK to Releases
 | 
					        path: build/app/outputs/**/*.apk
 | 
				
			||||||
    #   uses: https://gitea.com/actions/release-action@main
 | 
					 | 
				
			||||||
    #   with:
 | 
					 | 
				
			||||||
    #     files: |-
 | 
					 | 
				
			||||||
    #       build/app/outputs/**.apk
 | 
					 | 
				
			||||||
    #     api_key: '${{secrets.RELEASE_TOKEN}}'
 | 
					 | 
				
			||||||
		Reference in New Issue
	
	Block a user