mirror of
https://github.com/vosen/ZLUDA.git
synced 2025-04-28 21:47:57 +03:00
Create subdirs
This commit is contained in:
parent
eb3d7cf507
commit
3471ee2dce
1 changed files with 3 additions and 3 deletions
6
.github/workflows/zluda.yml
vendored
6
.github/workflows/zluda.yml
vendored
|
@ -36,7 +36,8 @@ jobs:
|
||||||
# https://github.com/actions/upload-artifact/issues/39
|
# https://github.com/actions/upload-artifact/issues/39
|
||||||
run: |
|
run: |
|
||||||
cargo xtask zip --profile release-lto
|
cargo xtask zip --profile release-lto
|
||||||
tar -xzf target/release-lto/zluda.tar.gz -C target/release-lto
|
mkdir target/release-lto/zluda
|
||||||
|
tar -xzf target/release-lto/zluda.tar.gz -C target/release-lto/zluda
|
||||||
- name: Set revision hash
|
- name: Set revision hash
|
||||||
run: echo "SHORT_SHA=$(git rev-parse --short HEAD)" >> $GITHUB_ENV
|
run: echo "SHORT_SHA=$(git rev-parse --short HEAD)" >> $GITHUB_ENV
|
||||||
- name: Upload
|
- name: Upload
|
||||||
|
@ -55,7 +56,7 @@ build_windows:
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
cargo xtask zip --profile release-lto
|
cargo xtask zip --profile release-lto
|
||||||
Expand-Archive -Path target/release-lto/zluda.zip -DestinationPath target/release-lto
|
Expand-Archive -Path target/release-lto/zluda.zip -DestinationPath target/release-lto/zluda
|
||||||
- name: Set revision hash
|
- name: Set revision hash
|
||||||
run: echo "SHORT_SHA=$("${{ github.sha }}".SubString(0, 7))" >> $env:GITHUB_ENV
|
run: echo "SHORT_SHA=$("${{ github.sha }}".SubString(0, 7))" >> $env:GITHUB_ENV
|
||||||
- name: Upload
|
- name: Upload
|
||||||
|
@ -63,4 +64,3 @@ build_windows:
|
||||||
with:
|
with:
|
||||||
name: zluda-windows-${{ env.SHORT_SHA }}
|
name: zluda-windows-${{ env.SHORT_SHA }}
|
||||||
path: target/release-lto/zluda
|
path: target/release-lto/zluda
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue