Skip to content

Commit

Permalink
Update linux.yml - exclude *.o files
Browse files Browse the repository at this point in the history
  • Loading branch information
irodushka authored Sep 27, 2024
1 parent 5124ac1 commit fb1c022
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,6 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: linux_libs
path: ./Builds/Gcc.lin/Release_*
path: |
./Builds/Gcc.lin/Release_*
!./Builds/Gcc.lin/Release_*/obj

0 comments on commit fb1c022

Please sign in to comment.