Skip to content

Commit b3216c1

Browse files
committed
Upload exe artifact without directory wildcard
1 parent b751688 commit b3216c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- uses: actions/upload-artifact@v4
4242
with:
4343
name: exe-${{ matrix.platform }}
44-
path: src\bin\Release\**\publish\*.exe
44+
path: src\bin\Release\net8.0-windows10.0.19041.0\win-${{ matrix.platform }}\publish\*.exe
4545

4646
- run: msbuild uwp\WinDynamicDesktop.Package.wapproj /v:m /p:AppxBundle=$env:AppxBundle /p:Configuration=$env:Configuration /p:Platform=$env:Platform /p:UapAppxPackageBuildMode=$env:UapAppxPackageBuildMode /p:UseTemporarySignCert=$env:UseTemporarySignCert
4747
env:
@@ -54,7 +54,7 @@ jobs:
5454
- uses: actions/upload-artifact@v4
5555
with:
5656
name: msix-${{ matrix.platform }}
57-
path: uwp\AppPackages\**\*.msix
57+
path: uwp\AppPackages\*\*.msix
5858

5959
test:
6060
runs-on: windows-latest

0 commit comments

Comments
 (0)