Skip to content

Commit

Permalink
Update msbuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabi019 authored Nov 27, 2023
1 parent ca2be5b commit a4520bb
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 @@ -47,5 +47,5 @@ jobs:
with:
name: ${{ matrix.configuration }} build (${{ matrix.platform }})
path: |
./x64/${{ matrix.platform }}/*
./${{ matrix.platform }}/*
./x64/${{ matrix.configuration }}/*
./${{ matrix.configuration }}/*

0 comments on commit a4520bb

Please sign in to comment.