fix: workflow
This commit is contained in:
parent
c9bab5de5f
commit
72bd61c8d2
1 changed files with 4 additions and 4 deletions
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
|
@ -1,4 +1,4 @@
|
||||||
name: Rust Build & Test
|
name: Rust -> Build & Test & Release
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
@ -78,6 +78,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
path: Downloads/
|
path: Downloads/
|
||||||
|
|
||||||
- uses: actions/checkout@v3
|
|
||||||
- name: Display Downloads
|
- 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