From 585800ef6d2e8821799cad7888cc58dc07b9e02c Mon Sep 17 00:00:00 2001 From: Seger End <76704606+SegerEnd@users.noreply.github.com> Date: Mon, 6 Jan 2025 13:19:58 +0100 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index efbd945..ceb1cb4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,7 +28,7 @@ jobs: - name: Upload app artifacts uses: actions/upload-artifact@v3 with: - name: release-build-${{ github.event.repository.name }}-${{ steps.build-app.outputs.suffix }} + name: release-build path: ./artifacts download-and-release: @@ -38,7 +38,7 @@ jobs: - name: Download app artifacts uses: actions/download-artifact@v4 with: - name: release-build-* + name: release-build path: ./artifacts # Directory where the artifact will be saved - name: List files in the artifact directory