Skip to content

Commit

Permalink
Try with better globs
Browse files Browse the repository at this point in the history
  • Loading branch information
pleroy committed May 14, 2023
1 parent 5a2a681 commit 067748c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: [ '*' ]

env:
PRINCIPIA_HEADERS_PROTOBUF: ['src/**/*.h', 'src/**/*.inc', 'src/**/*.proto']
#PRINCIPIA_HEADERS_PROTOBUF: ['src/**/*.h', 'src/**/*.inc', 'src/**/*.proto']
PRINCIPIA_MSVC_PROTOBUF: vsprojects

jobs:
Expand Down Expand Up @@ -43,5 +43,5 @@ jobs:
uses: mockingbirdnest/actions/windows/upload_artifact@main
with:
name: protobuf
headers_glob: ${{ env.PRINCIPIA_HEADERS_PROTOBUF }}
headers_glob: ['src/**/*.h', 'src/**/*.inc', 'src/**/*.proto'] #${{ env.PRINCIPIA_HEADERS_PROTOBUF }}
solution_directory: ${{ env.PRINCIPIA_MSVC_PROTOBUF }}

0 comments on commit 067748c

Please sign in to comment.