Skip to content

Commit

Permalink
Fix release pipeline #2
Browse files Browse the repository at this point in the history
  • Loading branch information
thled committed Dec 16, 2020
1 parent 07d4563 commit 4e9a5af
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 @@ -72,6 +72,6 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
with:
files:
target/release/namespacer_amd64
app/target/release/namespacer_amd64
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 4e9a5af

Please sign in to comment.