Skip to content

Commit 88ee30f

Browse files
committed
Merge branch 'master' of https://github.com/lshqqytiger/ZLUDA
2 parents 7d33957 + 9036dcd commit 88ee30f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/rust.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,14 @@ jobs:
4444
- name: Prepare for release
4545
run: |
4646
cd ./target/release
47-
tar -czvf ZLUDA-linux-amd64.tar.gz ./*.so*
47+
tar -czvf ZLUDA-linux-amd64.tar.gz *.so*
4848
- name: Create Release
4949
uses: actions/create-release@v1
5050
id: create_release
5151
env:
5252
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5353
with:
54-
tag_name: linux
54+
tag_name: linux.${{ github.sha }}
5555
release_name: Generated release
5656
body: |
5757
This release is automatically generated by GitHub Actions and not tested.
@@ -63,7 +63,7 @@ jobs:
6363
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6464
with:
6565
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
6767
asset_name: ZLUDA-linux-amd64.tar.gz
6868
asset_content_type: application/gzip
6969

0 commit comments

Comments
 (0)