Sfoglia il codice sorgente

ci: fix missing artifacts

Yujia Qiao 3 anni fa
parent
commit
bec7533222
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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 }}