From 0194c463f9082fda679bc51ee0724ff8b8d9b6f0 Mon Sep 17 00:00:00 2001 From: Pascal Brunot Date: Mon, 1 Apr 2024 13:38:48 +0200 Subject: [PATCH] fix build --- .github/workflows/build.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 8eeac65..23c6c60 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -21,8 +21,8 @@ jobs: run: dotnet restore - name: Publish run: dotnet publish -c Release -p:PublishSingleFile=true - - name: Archive + - name: Archive artifact uses: actions/upload-artifact@v4 with: - name: publish - path: ${{ github.workspace }}\ConsoleApp2\publish \ No newline at end of file + name: publish Windows x64 single executable file + path: ${{ github.workspace }}\ConsoleApp2\publish\net8.0-windows10.0.22621.0\win-x64\publish \ No newline at end of file