From 8c662b0c2412de29d27b80036e011c2c061cc09d Mon Sep 17 00:00:00 2001 From: Yevheniy Tymchishin Date: Sat, 23 Nov 2024 23:36:22 +0200 Subject: [PATCH] only required files --- .github/workflows/gated_application.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/gated_application.yml b/.github/workflows/gated_application.yml index 47e2e80..c8fdc8e 100644 --- a/.github/workflows/gated_application.yml +++ b/.github/workflows/gated_application.yml @@ -68,12 +68,11 @@ jobs: shell: bash run: | shopt -s globstar - mv ${{ matrix.platform.files-to-include }} ./out - rm -rf out/make + mv ${{ matrix.platform.files-to-include }} ./installer - name: Upload build artifacts uses: actions/upload-artifact@v4 with: if-no-files-found: error name: BuildFiles_${{ matrix.platform.name }} - path: ./out + path: ./installer