Skip to content

Commit

Permalink
[FLINK-33285](debug) Set correct root folder when creating the build …
Browse files Browse the repository at this point in the history
…artifacts
  • Loading branch information
XComp committed Nov 6, 2023
1 parent 0b63844 commit 778d615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flink-ci-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
- name: "Collect build artifacts"
working-directory: ${{ env.CHECKOUT_DIR }}
run: |
./tools/azure-pipelines/create_build_artifact.sh -f ${{ env.FLINK_ARTIFACT_DIR }}/${{ env.FLINK_ARTIFACT_FILENAME }}
./tools/azure-pipelines/create_build_artifact.sh -f ${{ env.CHECKOUT_DIR }}/../${{ env.FLINK_ARTIFACT_FILENAME }}
- name: "Upload artifacts to make them available in downstream jobs"
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 778d615

Please sign in to comment.