Skip to content

Commit

Permalink
fix build.yml configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
spitfirex86 authored Aug 20, 2024
1 parent 5bfdfbb commit 6449a20
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
run: |
mkdir .\acp
echo "acplib=$(Resolve-Path .\acp)" >> $env:GITHUB_ENV
echo "acplib is $env:ACPLIB"
- name: Get latest ACP_Ray2 artifact
uses: dawidd6/action-download-artifact@v6
Expand All @@ -43,7 +42,7 @@ jobs:
working-directory: ${{env.GITHUB_WORKSPACE}}
# Add additional options to the MSBuild command line here (like platform or verbosity level).
# See https://docs.microsoft.com/visualstudio/msbuild/msbuild-command-line-reference
run: msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} /p:Platform=${{env.PLATFORM}} ${{env.SOLUTION_PATH}}
run: msbuild /m /p:Configuration=${{env.CONFIGURATION}} /p:Platform=${{env.PLATFORM}} ${{env.SOLUTION_PATH}}

- name: Upload
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 6449a20

Please sign in to comment.