We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cb9fd7 commit 7a8ab7dCopy full SHA for 7a8ab7d
.github/workflows/swift-codegen.yml
@@ -25,17 +25,9 @@ jobs:
25
git diff --exit-code --stat HEAD
26
- name: Generate C++ files
27
run: |
28
- bazel run //swift/codegen:trapgen -- --cpp-output=$PWD
29
- bazel run //swift/codegen:cppgen -- --cpp-output=$PWD
+ bazel run //swift/codegen:trapgen -- --cpp-output=$PWD/swift-generated-headers
+ bazel run //swift/codegen:cppgen -- --cpp-output=$PWD/swift-generated-headers
30
- uses: actions/upload-artifact@v3
31
with:
32
- name: TrapEntries.h
33
- path: TrapEntries.h
34
- - uses: actions/upload-artifact@v3
35
- with:
36
- name: TrapTags.h
37
- path: TrapTags.h
38
39
40
- name: TrapClasses.h
41
- path: TrapClasses.h
+ name: swift-generated-headers
+ path: swift-generated-headers/*.h
0 commit comments