We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5124ac1 commit fb1c022Copy full SHA for fb1c022
.github/workflows/linux.yml
@@ -28,4 +28,6 @@ jobs:
28
- uses: actions/upload-artifact@v4
29
with:
30
name: linux_libs
31
- path: ./Builds/Gcc.lin/Release_*
+ path: |
32
+ ./Builds/Gcc.lin/Release_*
33
+ !./Builds/Gcc.lin/Release_*/obj
0 commit comments