Skip to content

Commit fb1c022

Browse files
authored
Update linux.yml - exclude *.o files
1 parent 5124ac1 commit fb1c022

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/linux.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,6 @@ jobs:
2828
- uses: actions/upload-artifact@v4
2929
with:
3030
name: linux_libs
31-
path: ./Builds/Gcc.lin/Release_*
31+
path: |
32+
./Builds/Gcc.lin/Release_*
33+
!./Builds/Gcc.lin/Release_*/obj

0 commit comments

Comments
 (0)