Skip to content

Commit

Permalink
fix directory name
Browse files Browse the repository at this point in the history
  • Loading branch information
InCerryGit committed Feb 23, 2024
1 parent 6c8c49e commit b319fe5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
- name: Build with dotnet
run: |
dotnet build --configuration Release D:\a\DisposeScope\DisposeScope\DisposeScope.sln
dotnet build --configuration Release D:\a\Dispose.Scope\Dispose.Scope\DisposeScope.sln
4 changes: 2 additions & 2 deletions .github/workflows/buildandtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
- name: Build with dotnet
run: |
dotnet build --configuration Release /home/runner/work/DisposeScope/DisposeScope/DisposeScope.sln
dotnet build --configuration Release /home/runner/work/Dispose.Scope/Dispose.Scope/DisposeScope.sln
- name: Run tests on net8.0
run: |
dotnet test --framework=net8.0 /home/runner/work/DisposeScope/DisposeScope/tests/Dispose.Scope.Tests.csproj
dotnet test --framework=net8.0 /home/runner/work/Dispose.Scope/Dispose.Scope/tests/Dispose.Scope.Tests.csproj
4 changes: 2 additions & 2 deletions .github/workflows/release_stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:
7.0.x
8.0.x
- name: Build with dotnet
run: dotnet build --configuration Release /home/runner/work/DisposeScope/DisposeScope/DisposeScope.sln
run: dotnet build --configuration Release /home/runner/work/Dispose.Scope/Dispose.Scope/DisposeScope.sln
- name: Pack with dotnet
env:
VERSION: ${{ github.ref_name }}
run: dotnet pack /home/runner/work/DisposeScope/DisposeScope/DisposeScope.sln --version-suffix $VERSION -o /home/runner/work/nugetpkgs -c Release --no-build
run: dotnet pack /home/runner/work/Dispose.Scope/Dispose.Scope/DisposeScope.sln --version-suffix $VERSION -o /home/runner/work/nugetpkgs -c Release --no-build
- name: Upload artifact
uses: actions/upload-artifact@v1
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release_unstable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
7.0.x
8.0.x
- name: Build with dotnet
run: dotnet build --configuration Release /home/runner/work/DisposeScope/DisposeScope/DisposeScope.sln
run: dotnet build --configuration Release /home/runner/work/Dispose.Scope/Dispose.Scope/DisposeScope.sln
- name: Pack with dotnet
env:
VERSION: ${{ github.ref_name }}
run: dotnet pack /home/runner/work/DisposeScope/DisposeScope/DisposeScope.sln --version-suffix $VERSION -o /home/runner/work/nugetpkgs -c Release --no-build
run: dotnet pack /home/runner/work/Dispose.Scope/Dispose.Scope/DisposeScope.sln --version-suffix $VERSION -o /home/runner/work/nugetpkgs -c Release --no-build
- name: Upload artifact
uses: actions/upload-artifact@v1
with:
Expand Down

0 comments on commit b319fe5

Please sign in to comment.