Skip to content

Commit

Permalink
Specify release files explicitly.
Browse files Browse the repository at this point in the history
  • Loading branch information
ddunkin committed Sep 13, 2023
1 parent e38b2cc commit 1433f16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1433f16

Please sign in to comment.