Skip to content

Commit

Permalink
ci: fix missing artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
rapiz1 committed Mar 8, 2022
1 parent 702f6ac commit bec7533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit bec7533

Please sign in to comment.