Skip to content

Commit

Permalink
Removed working directory flag
Browse files Browse the repository at this point in the history
  • Loading branch information
ByronMayne committed Sep 12, 2023
1 parent f6078d9 commit 7ef68bc
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/publish_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,10 @@ on: [ push, pull_request ]
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ${Working_Dir}
env:
Working_Dir: ./src/
Source_Dir: ./src/
Configuration: Release
Solution_Path: ${Working_Dir}Extended.Collections.sln
Solution_Path: ./src/Extended.Collections.sln
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 7ef68bc

Please sign in to comment.