fix: workflow
This commit is contained in:
parent
c9bab5de5f
commit
72bd61c8d2
1 changed files with 4 additions and 4 deletions
8
.github/workflows/rust.yml
vendored
8
.github/workflows/rust.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: Rust Build & Test
|
||||
name: Rust -> Build & Test & Release
|
||||
|
||||
on:
|
||||
push:
|
||||
|
@ -77,7 +77,7 @@ jobs:
|
|||
name: Download
|
||||
with:
|
||||
path: Downloads/
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Display Downloads
|
||||
run: ls -R
|
||||
run: ls -R
|
||||
working-directory: /home/runner/work/rust-tcp-file-transfer/rust-tcp-file-transfer/Downloads/
|
Loading…
Add table
Add a link
Reference in a new issue