mirror of
https://github.com/vosen/ZLUDA.git
synced 2025-08-03 06:40:21 +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
|
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: |
|
run: echo "SHORT_SHA=$(git rev-parse --short HEAD)" >> $GITHUB_ENV
|
||||||
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:
|
||||||
name: zluda-linux-${SHORT_SHA}
|
name: zluda-linux-${{ env.SHORT_SHA }}
|
||||||
path: target/release/zluda
|
path: target/release/zluda
|
||||||
build_win:
|
build_win:
|
||||||
name: Build and publish (Windows)
|
name: Build and publish (Windows)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue