mirror of
https://github.com/vosen/ZLUDA.git
synced 2025-04-20 00:14:45 +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
|
||||
# https://stackoverflow.com/a/64195658
|
||||
- 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
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
|
|
Loading…
Add table
Reference in a new issue