Skip to content

Commit

Permalink
Fix output path in build step
Browse files Browse the repository at this point in the history
  • Loading branch information
FH-Inway committed Mar 2, 2024
1 parent a7dbe58 commit f63f645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/version-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: nuget restore 2LCS/2LCS.csproj

- name: Build
run: msbuild 2LCS/2LCS.csproj /p:Configuration=Release /p:OutputPath=2LCS/bin/Release /p:Version=${{ inputs.version }}
run: msbuild 2LCS/2LCS.csproj /p:Configuration=Release /p:OutputPath=bin/Release /p:Version=${{ inputs.version }}

- name: Upload ${{ inputs.release_name }}.zip
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit f63f645

Please sign in to comment.