Skip to content

Commit

Permalink
Attempt 3
Browse files Browse the repository at this point in the history
  • Loading branch information
vosen committed Apr 27, 2024
1 parent 430ab77 commit b68c10f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
run: |
cargo xtask zip -r
tar -xzf target/release/zluda.tar.gz target/release
- name: Uplod
- name: Upload
uses: actions/upload-artifact@v4
path: target/release/zluda
with:
path: target/release/zluda

0 comments on commit b68c10f

Please sign in to comment.