File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -25,15 +25,15 @@ jobs:
25
25
run : |
26
26
curl -sSL https://install.python-poetry.org | python3 -
27
27
echo "$HOME/.poetry/bin" >> $GITHUB_PATH
28
-
28
+
29
29
- name : Build project for distribution
30
30
working-directory : ./benchmark/
31
31
run : poetry build
32
32
33
33
- name : Install dependencies
34
34
working-directory : ./benchmark/
35
35
run : poetry install
36
-
36
+
37
37
- name : Check Version
38
38
working-directory : ./benchmark/
39
39
id : check-version
@@ -43,11 +43,11 @@ jobs:
43
43
- name : Create Release
44
44
uses : ncipollo/release-action@v1
45
45
with :
46
- artifacts : " dist/*"
46
+ artifacts : " benchmark/ dist/*"
47
47
token : ${{ secrets.GITHUB_TOKEN }}
48
48
draft : false
49
- generateReleaseNotes : true
50
- tag : v${{ steps.check-version.outputs.version }}
49
+ generateReleaseNotes : false
50
+ tag : agbenchmark- v${{ steps.check-version.outputs.version }}
51
51
commit : master
52
52
53
53
- name : Build and publish
You can’t perform that action at this time.
0 commit comments