mirror of
https://github.com/vosen/ZLUDA.git
synced 2025-08-03 06:40:21 +00:00
SHORT_SHA Attempt 1
This commit is contained in:
parent
7ec6bd0f16
commit
564525906d
1 changed files with 3 additions and 1 deletions
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
|
@ -39,7 +39,9 @@ jobs:
|
||||||
tar -xzf target/release/zluda.tar.gz -C target/release
|
tar -xzf target/release/zluda.tar.gz -C target/release
|
||||||
# https://stackoverflow.com/a/64195658
|
# https://stackoverflow.com/a/64195658
|
||||||
- name: Set revision hash
|
- name: Set revision hash
|
||||||
run: echo "SHORT_SHA=`echo ${GITHUB_SHA} | cut -c1-8`" >> $GITHUB_ENV
|
run: |
|
||||||
|
GIT_SHA="$(git rev-parse --short HEAD)"
|
||||||
|
echo "SHORT_SHA=$GIT_SHA" >> $GITHUB_ENV
|
||||||
- name: Upload
|
- name: Upload
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue