mirror of
https://github.com/vosen/ZLUDA.git
synced 2025-04-20 00:14:45 +00:00
SHORT_SHA Attempt 2
This commit is contained in:
parent
564525906d
commit
d7743c5c62
1 changed files with 2 additions and 4 deletions
6
.github/workflows/rust.yml
vendored
6
.github/workflows/rust.yml
vendored
|
@ -39,13 +39,11 @@ jobs:
|
|||
tar -xzf target/release/zluda.tar.gz -C target/release
|
||||
# https://stackoverflow.com/a/64195658
|
||||
- name: Set revision hash
|
||||
run: |
|
||||
GIT_SHA="$(git rev-parse --short HEAD)"
|
||||
echo "SHORT_SHA=$GIT_SHA" >> $GITHUB_ENV
|
||||
run: echo "SHORT_SHA=$(git rev-parse --short HEAD)" >> $GITHUB_ENV
|
||||
- name: Upload
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: zluda-linux-${SHORT_SHA}
|
||||
name: zluda-linux-${{ env.SHORT_SHA }}
|
||||
path: target/release/zluda
|
||||
build_win:
|
||||
name: Build and publish (Windows)
|
||||
|
|
Loading…
Add table
Reference in a new issue