Skip to content

Commit

Permalink
Also bundle the OXRTracing.wprp
Browse files Browse the repository at this point in the history
  • Loading branch information
fredemmott committed Apr 15, 2023
1 parent 4cfaf93 commit e09e998
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
# If we pass the source locations, we end up with the `out\` prefix in the zip file for the other files
Copy-Item README.md out\
Copy-Item LICENSE out\
Copy-Item OXRTracing.wprp out\
- name: Sign DLLs and scripts
working-directory: source\out
if: ${{steps.fetch-key.outputs.HAVE_KEY == 'true' }}
Expand Down Expand Up @@ -84,6 +85,7 @@ jobs:
path: |
source/out/README.md
source/out/LICENSE
source/out/OXRTracing.wprp
source/out/*.dll
source/out/*.ps1
source/out/*.json
Expand Down

0 comments on commit e09e998

Please sign in to comment.