From 192f9cb627f8e4abdf57912fc6d401bd7ddb516b Mon Sep 17 00:00:00 2001 From: Connor Tumbleson Date: Sat, 12 Jun 2021 17:31:07 -0400 Subject: [PATCH] style: correct name of downloaded asset --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 48781292..ed851e91 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,5 +31,5 @@ jobs: - name: Upload uses: actions/upload-artifact@v2 with: - name: apktool.jar.zip + name: apktool.jar path: brut.apktool/apktool-cli/build/libs/apktool-*-small.jar