From 24c6ce1954848249fb145326e74e43a3a9d01044 Mon Sep 17 00:00:00 2001 From: "Kern, Thomas" Date: Thu, 7 Nov 2024 18:48:33 +0100 Subject: [PATCH] gh-actions --- .github/workflows/build_release_latest.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build_release_latest.yml b/.github/workflows/build_release_latest.yml index fbcdba2..c3a5228 100644 --- a/.github/workflows/build_release_latest.yml +++ b/.github/workflows/build_release_latest.yml @@ -55,10 +55,6 @@ jobs: runs-on: ubuntu-latest steps: - - name: Download history.txt - uses: actions/download-artifact@v4 - with: - name: history - name: Install ninja build tools etc. run: | sudo apt-get update -y @@ -99,6 +95,10 @@ jobs: type: 'zip' filename: mopicon-${{steps.read_action_js.outputs['version']}}-appbundle.zip directory: build/app/outputs/bundle/release + - name: Download history.txt + uses: actions/download-artifact@v4 + with: + name: history - name: Android APK Release uses: softprops/action-gh-release@v2 #if: startsWith(github.ref, 'refs/tags/')