Swift: fix path of generated C++ files artifact

This commit is contained in:
Paolo Tranquilli
2022-11-16 09:48:18 +01:00
parent c70f3d35d0
commit d4f3e38062

View File

@@ -27,7 +27,7 @@ jobs:
with:
filters: |
codegen:
- 'github/workflows/swift.yml'
- '.github/workflows/swift.yml'
- "misc/bazel/**"
- "*.bazel*"
- 'swift/actions/setup-env/**'
@@ -111,7 +111,7 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: swift-generated-cpp-files
path: swift/generated-cpp-files/**
path: generated-cpp-files/**
database-upgrade-scripts:
runs-on: ubuntu-latest
steps: