diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 9db3272..01f0d92 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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 \ No newline at end of file + run: ls -R + working-directory: /home/runner/work/rust-tcp-file-transfer/rust-tcp-file-transfer/Downloads/ \ No newline at end of file