Skip to content

Commit 9e3c15e

Browse files
committed
Move back out of ci folder after hashgen
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent a1b8919 commit 9e3c15e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
run: ./build_redist.sh ${{ steps.get_tag.outputs.TAG }}
8989
-
9090
name: Create SHA of binaries
91-
run: cd bin && ../ci/hashgen.sh
91+
run: cd bin && ../ci/hashgen.sh && cd ../
9292
-
9393
name: Upload binaries and their SHA to Github Release
9494
uses: alexellis/[email protected]

0 commit comments

Comments
 (0)