Skip to content

Commit 47e72e9

Browse files
committed
refactor: fmt.pdb is no longer included in the artifacts
1 parent 15f37de commit 47e72e9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ jobs:
3737
with:
3838
name: example-plugin-windows
3939
path: |
40-
./build/*.dll
41-
./build/*.pdb
40+
./build/*_plugin.dll
41+
./build/*_plugin.pdb
4242
4343
build_linux:
4444
name: Build on Ubuntu
@@ -75,4 +75,4 @@ jobs:
7575
uses: actions/upload-artifact@v4
7676
with:
7777
name: example-plugin-linux
78-
path: ./build/*.so
78+
path: ./build/*_plugin.so

0 commit comments

Comments
 (0)