diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index d1a9467..3075f1f 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -51,4 +51,4 @@ jobs: mkdir release Compress-Archive -Path ./src/Facility.LanguageServer/bin/Release/net6.0/publish/* -DestinationPath release/Facility.LanguageServer.zip Compress-Archive -Path ./src/Facility.LanguageServer/bin/Release/net6.0/win-x64/publish/* -DestinationPath release/Facility.LanguageServer-win-x64.zip - gh release upload ${{ github.event.release.tag_name }} release/* + gh release upload ${{ github.event.release.tag_name }} .\release\Facility.LanguageServer.zip .\release\Facility.LanguageServer-win-x64.zip