Skip to content

Commit

Permalink
[CI] Remove explicit working directory declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
bagusnl authored Jan 10, 2025
1 parent fbe3dd4 commit a721b02
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,9 @@ jobs:
cache-dependency-path: CollapseLauncher/packages.lock.json

- name: Update .NET workload
working-directory: CollapseLauncher
run: dotnet workload update

- name: Build
working-directory: CollapseLauncher
run: |
dotnet publish CollapseLauncher -c ${{matrix.Configuration}} -p:PublishProfile=Publish-DebugCIRelease -p:PublishDir=".\debug-build\"
Expand Down Expand Up @@ -102,7 +100,6 @@ jobs:
cache-dependency-path: CollapseLauncher/packages.lock.json

- name: Update .NET workload
working-directory: CollapseLauncher
run: dotnet workload update

- name: Build
Expand Down

0 comments on commit a721b02

Please sign in to comment.