Skip to content

Commit

Permalink
fix: add missing change dir
Browse files Browse the repository at this point in the history
  • Loading branch information
matzegebbe committed Apr 17, 2022
1 parent 31933fb commit d26eb96
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 @@ -321,6 +321,7 @@ jobs:
uses: actions/download-artifact@v2
- name: Build checksums.txt
run: |
cd dist
sha256sum kluctl-linux-amd64 > checksums.txt
sha256sum kluctl-darwin-amd64 >> checksums.txt
sha256sum kluctl-windows-amd64.exe >> checksums.txt
Expand All @@ -333,5 +334,4 @@ jobs:
dist/kluctl-linux-*
dist/kluctl-darwin-*
dist/kluctl-windows-*
checksums.txt
dist/checksums.txt

0 comments on commit d26eb96

Please sign in to comment.