We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cfaf93 commit e09e998Copy full SHA for e09e998
.github/workflows/ci.yml
@@ -57,6 +57,7 @@ jobs:
57
# If we pass the source locations, we end up with the `out\` prefix in the zip file for the other files
58
Copy-Item README.md out\
59
Copy-Item LICENSE out\
60
+ Copy-Item OXRTracing.wprp out\
61
- name: Sign DLLs and scripts
62
working-directory: source\out
63
if: ${{steps.fetch-key.outputs.HAVE_KEY == 'true' }}
@@ -84,6 +85,7 @@ jobs:
84
85
path: |
86
source/out/README.md
87
source/out/LICENSE
88
+ source/out/OXRTracing.wprp
89
source/out/*.dll
90
source/out/*.ps1
91
source/out/*.json
0 commit comments