Skip to content

Commit

Permalink
.github/workflows/build.yaml: attempt to fix after the last directory…
Browse files Browse the repository at this point in the history
… shuffling
  • Loading branch information
razzmatazz committed Jan 21, 2024
1 parent 865f2aa commit 0c8afcd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -29,7 +29,8 @@ jobs:
run: dotnet build

- name: Run publish
run: (cd CSharpLanguageServer && dotnet pack -c Release -o release)
run: dotnet pack -c Release -o release
working-directory: src/CSharpLanguageServer

- name: Upload NuGet packages as artifacts
uses: actions/upload-artifact@v2

0 comments on commit 0c8afcd

Please # to comment.