Skip to content

Commit

Permalink
ci: do not release headers
Browse files Browse the repository at this point in the history
  • Loading branch information
futrime committed Feb 13, 2024
1 parent f51917a commit fb42e0c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions tooth.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
],
Expand Down

0 comments on commit fb42e0c

Please sign in to comment.