Skip to content

Commit

Permalink
Save artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
MinyazevR committed Jul 23, 2024
1 parent a21b256 commit b2dad04
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/setup_environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b2dad04

Please sign in to comment.