Skip to content

Commit

Permalink
Update release.yaml to fix #142
Browse files Browse the repository at this point in the history
  • Loading branch information
masesdevelopers authored Nov 26, 2023
1 parent 4bd3f41 commit 9040ee2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
- uses: actions/checkout@v4

- name: Build JCOReflectorCLI
run: dotnet build --no-incremental --framework net7.0 --configuration Release /p:Platform="Any CPU" src\JCOReflectorCLI.sln
run: dotnet build --no-incremental --framework net7.0 --configuration Release /p:Platform="Any CPU" src\net\JCOReflectorCLI.sln

# Runs a set of commands using the runners shell
- name: Copy configuration file
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
- uses: actions/checkout@v4

- name: Build JCOReflectorCLI
run: dotnet build --no-incremental --framework net8.0 --configuration Release /p:Platform="Any CPU" src\JCOReflectorCLI.sln
run: dotnet build --no-incremental --framework net8.0 --configuration Release /p:Platform="Any CPU" src\net\JCOReflectorCLI.sln

# Runs a set of commands using the runners shell
- name: Copy configuration file
Expand Down

0 comments on commit 9040ee2

Please sign in to comment.