Skip to content

Commit

Permalink
refactor: fmt.pdb is no longer included in the artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-vincent committed Apr 30, 2024
1 parent 15f37de commit 47e72e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
with:
name: example-plugin-windows
path: |
./build/*.dll
./build/*.pdb
./build/*_plugin.dll
./build/*_plugin.pdb
build_linux:
name: Build on Ubuntu
Expand Down Expand Up @@ -75,4 +75,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: example-plugin-linux
path: ./build/*.so
path: ./build/*_plugin.so

0 comments on commit 47e72e9

Please sign in to comment.