From 2a6ede82ea8037e47d5f8b313b0ffb91c766c5ce Mon Sep 17 00:00:00 2001 From: hackycy Date: Wed, 24 Jun 2020 22:22:44 +0800 Subject: [PATCH] =?UTF-8?q?chore=EF=BC=9Aadd=20action=20artifacts=20apk?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e6c7a37..6aeacfa 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 }} \ No newline at end of file + path: build/app/outputs/apk/release/*.apk \ No newline at end of file