Skip to content

Commit

Permalink
Swift: fix path of generated C++ files artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
redsun82 committed Nov 16, 2022
1 parent c70f3d3 commit d4f3e38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
filters: |
codegen:
- 'github/workflows/swift.yml'
- '.github/workflows/swift.yml'
- "misc/bazel/**"
- "*.bazel*"
- 'swift/actions/setup-env/**'
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit d4f3e38

Please sign in to comment.