forked from lxm_tools/flutter-picgo
chore:add action artifacts apk
This commit is contained in:
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@@ -28,7 +28,6 @@ jobs:
|
||||
# - run: flutter test
|
||||
- run: flutter build apk --release
|
||||
- name: artifacts apk
|
||||
uses: ncipollo/release-action@v1
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
artifacts: "build/app/outputs/apk/release/*.apk"
|
||||
token: ${{ secrets.TOKEN }}
|
||||
path: build/app/outputs/apk/release/*.apk
|
||||
Reference in New Issue
Block a user