From 52673743e176b86eec52e307e84a4b5fa1abf76d Mon Sep 17 00:00:00 2001 From: Connor McLaughlin Date: Wed, 9 Jun 2021 13:12:04 +1000 Subject: [PATCH] CI: Fix workflow failure --- .github/workflows/rolling-release.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/rolling-release.yml b/.github/workflows/rolling-release.yml index e04bd917d..cd59bf785 100644 --- a/.github/workflows/rolling-release.yml +++ b/.github/workflows/rolling-release.yml @@ -271,11 +271,6 @@ jobs: with: name: "linux-x64-appimage-qt-zsync" - - name: Download Android APK - uses: actions/download-artifact@v1 - with: - name: "android" - - name: Create preview release if: github.ref == 'refs/heads/master' uses: "marvinpinto/action-automatic-releases@latest" @@ -310,4 +305,4 @@ jobs: linux-x64-appimage-nogui/duckstation-nogui-x64.AppImage linux-x64-appimage-nogui-zsync/duckstation-nogui-x64.AppImage.zsync linux-x64-appimage-qt/duckstation-qt-x64.AppImage - linux-x64-appimage-qt-zsync/duckstation-qt-x64.AppImage.zsync \ No newline at end of file + linux-x64-appimage-qt-zsync/duckstation-qt-x64.AppImage.zsync