Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitsakala authored Jan 29, 2021
1 parent a15f600 commit 0650a74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
make build-all-small
- name: Create CHECKSUMS
if: steps.branch.outputs.BRANCH_NAME == 'main'
run: cd cli/dist ; sha256sum -b carrier* > SHA256SUM.txt
run: ( cd cli/dist ; sha256sum -b carrier* > SHA256SUM.txt )
- name: Release Carrier
if: steps.branch.outputs.BRANCH_NAME == 'main'
uses: fnkr/github-action-ghr@v1
Expand Down

0 comments on commit 0650a74

Please sign in to comment.