Skip to content

Commit

Permalink
Move back out of ci folder after hashgen
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
  • Loading branch information
alexellis committed Nov 18, 2020
1 parent a1b8919 commit 9e3c15e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
run: ./build_redist.sh ${{ steps.get_tag.outputs.TAG }}
-
name: Create SHA of binaries
run: cd bin && ../ci/hashgen.sh
run: cd bin && ../ci/hashgen.sh && cd ../
-
name: Upload binaries and their SHA to Github Release
uses: alexellis/[email protected]
Expand Down

0 comments on commit 9e3c15e

Please sign in to comment.