diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index d5a36e5..1a59496 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -64,4 +64,4 @@ jobs: - uses: actions/upload-artifact@v2 with: name: rathole-${{ matrix.target }} - path: target/release/${{ matrix.exe }} + path: target/debug/${{ matrix.exe }}