From 5073ac8df9307b442411cf8660f644222dfda1b7 Mon Sep 17 00:00:00 2001 From: Sergii Pylypenko Date: Tue, 11 Jan 2022 23:43:54 +0200 Subject: [PATCH] Please no, I don't want a zip file named literally '${APP_NAME}.zip' --- .github/workflows/ballfield.yml | 2 +- project/jni/application/supertux/supertux | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ballfield.yml b/.github/workflows/ballfield.yml index c46ec36a6..8bd212be5 100644 --- a/.github/workflows/ballfield.yml +++ b/.github/workflows/ballfield.yml @@ -85,6 +85,6 @@ jobs: # Github actions is dumb and won't let you download single files from artifacts, so break up the artifacts instead - uses: actions/upload-artifact@v2 with: - name: "${APP_NAME}" + name: ${APP_NAME} path: upload if-no-files-found: error diff --git a/project/jni/application/supertux/supertux b/project/jni/application/supertux/supertux index 25ed453fa..6eb713089 160000 --- a/project/jni/application/supertux/supertux +++ b/project/jni/application/supertux/supertux @@ -1 +1 @@ -Subproject commit 25ed453fafa481376f2eea9462c2bfa7b319c14e +Subproject commit 6eb7130896af401758875249cbb8fe4e971126eb