Skip to content

Commit

Permalink
Fix Actions after config editor rename
Browse files Browse the repository at this point in the history
  • Loading branch information
Sparronator9999 committed Dec 9, 2024
1 parent a252673 commit 2d44535
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ jobs:
run: msbuild.exe YAMDCC.sln /nologo /nr:false /p:DeployOnBuild=true /p:platform="Any CPU" /p:configuration="${{ matrix.config }}"

- name: Copy fan configs to build path
run: mkdir YAMDCC.GUI\bin\${{ matrix.config }}\net48\Configs && copy Configs\* YAMDCC.GUI\bin\${{ matrix.config }}\net48\Configs
run: mkdir YAMDCC.ConfigEditor\bin\${{ matrix.config }}\net48\Configs && copy Configs\* YAMDCC.ConfigEditor\bin\${{ matrix.config }}\net48\Configs

- name: Upload build artifact
uses: actions/upload-artifact@v4
with:
name: "YAMDCC-${{ github.ref_name }}-${{ env.sha_short }}-${{ matrix.config }}"
path: "./YAMDCC.GUI/bin/${{ matrix.config }}/net48/"
path: "./YAMDCC.ConfigEditor/bin/${{ matrix.config }}/net48/"
compression-level: 9

0 comments on commit 2d44535

Please sign in to comment.