Skip to content

Commit

Permalink
Fix CI release
Browse files Browse the repository at this point in the history
Signed-off-by: Wish <[email protected]>
  • Loading branch information
breezewish committed Jul 13, 2023
1 parent 8c2afc3 commit 3241594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
make build
echo "Build success."
mv bin/tidb2dw bin/tidb2dw-${{ steps.build.outputs.REL_VER }}-${{ matrix.os.name }}-${{ matrix.arch }}
mv bin/tidb2dw bin/tidb2dw-${REL_VER}-${{ matrix.os.name }}-${{ matrix.arch }}
- name: Upload
uses: ncipollo/release-action@v1
with:
Expand Down

0 comments on commit 3241594

Please sign in to comment.