mirror of
https://github.com/vosen/ZLUDA.git
synced 2025-08-03 14:50:53 +00:00
Attempt 3
This commit is contained in:
parent
430ab77d47
commit
b68c10fa45
1 changed files with 3 additions and 2 deletions
5
.github/workflows/rust.yml
vendored
5
.github/workflows/rust.yml
vendored
|
@ -31,7 +31,8 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
cargo xtask zip -r
|
cargo xtask zip -r
|
||||||
tar -xzf target/release/zluda.tar.gz target/release
|
tar -xzf target/release/zluda.tar.gz target/release
|
||||||
- name: Uplod
|
- name: Upload
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
path: target/release/zluda
|
with:
|
||||||
|
path: target/release/zluda
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue