Skip to content

Commit

Permalink
Fix release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
thled committed Dec 16, 2020
1 parent 4f76c87 commit 07d4563
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 @@ -69,7 +69,7 @@ jobs:
override: true
- run: cargo build --all --release && strip target/release/namespacer && mv target/release/namespacer target/release/namespacer_amd64
- uses: softprops/action-gh-release@v1
# if: startsWith(github.ref, 'refs/tags/')
if: startsWith(github.ref, 'refs/tags/')
with:
files:
target/release/namespacer_amd64
Expand Down

0 comments on commit 07d4563

Please sign in to comment.