diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1838154f10..19e021d53a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -50,7 +50,7 @@ jobs: with: name: levilamina-${{ matrix.mode }}-windows-x64-${{ github.sha }} path: | - build/packages/l/levilamina/windows/x64/${{ matrix.mode }}/ + build/packages/l/levilamina/windows/x64/${{ matrix.mode }}/bin/ check-style: runs-on: windows-latest diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7b70768833..18fe40dceb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -42,7 +42,7 @@ jobs: with: name: levilamina-${{ matrix.mode }}-windows-x64-${{ github.sha }} path: | - build/packages/l/levilamina/windows/x64/${{ matrix.mode }}/ + build/packages/l/levilamina/windows/x64/${{ matrix.mode }}/bin/ update-release-notes: permissions: diff --git a/tooth.json b/tooth.json index 04b9da582f..47ca808fc8 100644 --- a/tooth.json +++ b/tooth.json @@ -17,11 +17,11 @@ "files": { "place": [ { - "src": "bin/LeviLamina.dll", + "src": "LeviLamina.dll", "dest": "LeviLamina.dll" }, { - "src": "bin/LeviLamina.pdb", + "src": "LeviLamina.pdb", "dest": "LeviLamina.pdb" } ],