Skip to content

Commit d4f3e38

Browse files
committed
Swift: fix path of generated C++ files artifact
1 parent c70f3d3 commit d4f3e38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/swift.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
filters: |
2929
codegen:
30-
- 'github/workflows/swift.yml'
30+
- '.github/workflows/swift.yml'
3131
- "misc/bazel/**"
3232
- "*.bazel*"
3333
- 'swift/actions/setup-env/**'
@@ -111,7 +111,7 @@ jobs:
111111
- uses: actions/upload-artifact@v3
112112
with:
113113
name: swift-generated-cpp-files
114-
path: swift/generated-cpp-files/**
114+
path: generated-cpp-files/**
115115
database-upgrade-scripts:
116116
runs-on: ubuntu-latest
117117
steps:

0 commit comments

Comments
 (0)