Skip to content

Commit

Permalink
Update msbuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
computergeek1507 authored Aug 2, 2024
1 parent b843562 commit b48782f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ jobs:
- name: Upload LIB
uses: actions/upload-artifact@v4
with:
name: LibLTC_Lib
path: LibLTC/x64/**/*.lib'
name: LibLTC_Lib_${{ matrix.configurations }}
path: LibLTC/x64/${{ matrix.configurations }}/*'

0 comments on commit b48782f

Please sign in to comment.