From a6d9bf803f0c646cc6bf19979b012e346b7a649c Mon Sep 17 00:00:00 2001 From: PartyDonut Date: Sun, 23 Feb 2025 19:56:53 +0100 Subject: [PATCH] Need dockerfile --- .github/workflows/build.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1a3bdcf..7e9b100 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -447,13 +447,15 @@ jobs: Fladder-Linux-${{needs.fetch-info.outputs.version_name}}.flatpak release_web: + name: Release Web needs: - - fetch-info - - build-web - create_release runs-on: ubuntu-latest if: startsWith(github.ref, 'refs/tags/v') steps: + - name: Checkout repository + uses: actions/checkout@v4.1.1 + - name: Download Artifacts Web uses: actions/download-artifact@v4 with: