Skip to content

Commit

Permalink
Update cmake.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xoorath authored Feb 9, 2022
1 parent 1c052e7 commit 89e3c03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,9 @@ jobs:
- uses: actions/upload-artifact@v2
with:
name: esd ${{ matrix.config.os }}-${{ matrix.config.build_arch }} ${{ matrix.config.build_type }} ${{ matrix.config.os }}
name: esd ${{ matrix.config.os }}-${{ matrix.config.build_arch }} ${{ matrix.config.build_type }}
path: |
Build/${{ matrix.config.build_type }}/**
Build/esd
if-no-files-found: error
retention-days: 7
retention-days: 7

0 comments on commit 89e3c03

Please sign in to comment.