mirror of https://github.com/rapiz1/rathole.git
ci: fix missing artifacts
This commit is contained in:
parent
702f6ac10a
commit
bec7533222
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue