Skip to content

Commit

Permalink
Reduce build artifact size by removing redundant files
Browse files Browse the repository at this point in the history
  • Loading branch information
benstone committed Nov 28, 2024
1 parent 27f50b1 commit e39e500
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: 3D-Movie-Maker
path: build/x86-msvc-relwithdebinfo
path: |
build/x86-msvc-relwithdebinfo
!build/x86-msvc-relwithdebinfo/_CPack_Packages
!build/x86-msvc-relwithdebinfo/chomp/studio/*.chk

0 comments on commit e39e500

Please sign in to comment.