From b2dad048cc70384d3dde4d7512628d59dd091f10 Mon Sep 17 00:00:00 2001 From: MinyazevR Date: Tue, 23 Jul 2024 04:50:29 +0300 Subject: [PATCH] Save artifacts --- .github/workflows/setup_environment.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/setup_environment.yml b/.github/workflows/setup_environment.yml index a3be4b77d0..2b8c5c2618 100644 --- a/.github/workflows/setup_environment.yml +++ b/.github/workflows/setup_environment.yml @@ -131,10 +131,13 @@ jobs: if: ${{ inputs.build_installer == 'true' }} - name: Upload installer artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ${{ runner.os }}-installer - path: installer/ + path: | + installer/*.exe + installer/*.run + installer/*.dmg if: ${{ inputs.build_installer == 'true' }} # - name: Save cache