Explorar o código

ci: fix missing artifacts

Yujia Qiao %!s(int64=3) %!d(string=hai) anos
pai
achega
bec7533222
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .github/workflows/rust.yml

+ 1 - 1
.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 }}