Skip to content

Commit

Permalink
Headers
Browse files Browse the repository at this point in the history
  • Loading branch information
pleroy committed May 14, 2023
1 parent 86de436 commit 7a7fb83
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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, *.inc, *.proto]'
PRINCIPIA_HEADERS_PROTOBUF: src
PRINCIPIA_MSVC_PROTOBUF: vsprojects

jobs:
Expand Down Expand Up @@ -40,8 +40,8 @@ jobs:
solution_directory: ${{ env.PRINCIPIA_MSVC_PROTOBUF }}

- name: Upload artifact
uses: mockingbirdnest/actions/windows/upload_artifact@main
uses: mockingbirdnest/actions/windows/upload_artifact@WF
with:
name: protobuf
headers_glob: ${{ env.PRINCIPIA_HEADERS_PROTOBUF }}
headers_directory: ${{ env.PRINCIPIA_HEADERS_PROTOBUF }}
solution_directory: ${{ env.PRINCIPIA_MSVC_PROTOBUF }}

0 comments on commit 7a7fb83

Please sign in to comment.