Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c70f3d3 commit d4f3e38Copy full SHA for d4f3e38
1 file changed
.github/workflows/swift.yml
@@ -27,7 +27,7 @@ jobs:
27
with:
28
filters: |
29
codegen:
30
- - 'github/workflows/swift.yml'
+ - '.github/workflows/swift.yml'
31
- "misc/bazel/**"
32
- "*.bazel*"
33
- 'swift/actions/setup-env/**'
@@ -111,7 +111,7 @@ jobs:
111
- uses: actions/upload-artifact@v3
112
113
name: swift-generated-cpp-files
114
- path: swift/generated-cpp-files/**
+ path: generated-cpp-files/**
115
database-upgrade-scripts:
116
runs-on: ubuntu-latest
117
steps:
0 commit comments