From 86adeb1315a52083006df2fc899ad0ead94000d7 Mon Sep 17 00:00:00 2001 From: tempTest Date: Fri, 1 Apr 2022 14:17:06 +0900 Subject: [PATCH] =?UTF-8?q?=EB=AD=90=EA=B0=80=EB=AD=94=EC=A7=80..222222?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/main.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index be20d01..e0d54a1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -64,14 +64,19 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 + - name: set up JDK 1.8 uses: actions/setup-java@v1 with: java-version: 1.8 + - name: Download Artifact uses: actions/download-artifact@master with: name: apk-build + artifacts: "build/app/outputs/apk/debug/*.apk" + token: ${{ secrets.TOKEN }} + - name: Upload APK uses: wzieba/Firebase-Distribution-Github-Action@v1.0.0 with: