Quellcode durchsuchen

ci: fix missing artifacts

Yujia Qiao vor 3 Jahren
Ursprung
Commit
bec7533222
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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 }}