File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -44,14 +44,14 @@ jobs:
44
44
- name : Prepare for release
45
45
run : |
46
46
cd ./target/release
47
- tar -czvf ZLUDA-linux-amd64.tar.gz ./ *.so*
47
+ tar -czvf ZLUDA-linux-amd64.tar.gz *.so*
48
48
- name : Create Release
49
49
uses : actions/create-release@v1
50
50
id : create_release
51
51
env :
52
52
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
53
53
with :
54
- tag_name : linux
54
+ tag_name : linux.${{ github.sha }}
55
55
release_name : Generated release
56
56
body : |
57
57
This release is automatically generated by GitHub Actions and not tested.
63
63
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
64
64
with :
65
65
upload_url : ${{ steps.create_release.outputs.upload_url }}
66
- asset_path : ./ZLUDA-linux-amd64.tar.gz
66
+ asset_path : ./target/release/ ZLUDA-linux-amd64.tar.gz
67
67
asset_name : ZLUDA-linux-amd64.tar.gz
68
68
asset_content_type : application/gzip
69
69
You can’t perform that action at this time.
0 commit comments