Skip to content

Commit 598dc77

Browse files
committed
wildcard
1 parent b8d8033 commit 598dc77

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ jobs:
3434
uses: actions/upload-artifact@v4
3535
with:
3636
path: |
37-
GPL/DemanglerGnu/build/os/*
38-
Ghidra/Features/Decompiler/build/os/*
39-
Ghidra/Features/FileFormats/build/os/*
37+
GPL/DemanglerGnu/build/os/**/*
38+
Ghidra/Features/Decompiler/build/os/**/*
39+
Ghidra/Features/FileFormats/build/os/**/*
4040
release:
4141
runs-on: ubuntu-latest
4242
steps:

0 commit comments

Comments
 (0)