Skip to content

Commit

Permalink
upload on tags
Browse files Browse the repository at this point in the history
  • Loading branch information
rostrovsky committed Oct 30, 2023
1 parent 6fce90c commit 2f9622d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ jobs:
ls -lah
- name: Upload binaries to artifacts (feature branch only)
if: contains(github.ref, 'refs/heads/')
- name: Upload binaries to artifacts
if: contains(github.ref, 'refs/tags/v')
uses: actions/upload-artifact@v2
env:
LINUX_AMD_ARCHIVE: sodium-${{ steps.branch.outputs.ref }}-linux-amd64.tar.gz
Expand Down

0 comments on commit 2f9622d

Please sign in to comment.