ci: fix missing artifacts

This commit is contained in:
Yujia Qiao 2022-03-08 22:45:59 +08:00 committed by Yujia Qiao
parent 702f6ac10a
commit bec7533222
1 changed files with 1 additions and 1 deletions

View File

@ -64,4 +64,4 @@ jobs:
- uses: actions/upload-artifact@v2 - uses: actions/upload-artifact@v2
with: with:
name: rathole-${{ matrix.target }} name: rathole-${{ matrix.target }}
path: target/release/${{ matrix.exe }} path: target/debug/${{ matrix.exe }}