We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7057e8b commit 8e6bc49Copy full SHA for 8e6bc49
.github/workflows/releaser.yml
@@ -51,17 +51,11 @@ jobs:
51
id: get_version
52
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
53
54
- - name: "Download Release Asset - whl"
55
- uses: dsaltares/[email protected]
56
- with:
57
- file: ".*.whl"
58
- token: ${{ secrets.GITHUB_TOKEN }}
59
- regex: true
60
-
61
- - name: "Download Release Asset - tar.gz"
+ - name: "Download Release Asset - whl and tar.gz"
62
uses: robinraju/[email protected]
63
with:
64
tag: ${{ steps.get_version.outputs.VERSION }}
+ fileName: "*.whl"
65
tarBall: true
66
token: ${{ secrets.GITHUB_TOKEN }}
67
0 commit comments