Skip to content

Commit

Permalink
Fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lennartack committed Feb 22, 2024
1 parent 76eafe7 commit 07d824b
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 @@ -25,7 +25,7 @@ jobs:
set -x -e
sed -i 's/^cache:cache/k8s_cache:github.com\/delta10\/k8s_cache/' plugin.cfg
go generate
go get github.com/delta10/k8s_cache
go get github.com/delta10/k8s_cache@main
make -f Makefile.release release -e LINUX_ARCH="amd64 arm64" VERSION=$VERSION
- name: Build release binary sha256
run: (cd release; for asset in `ls -A *tgz`; do sha256sum $asset > $asset.sha256; done)
Expand Down

0 comments on commit 07d824b

Please sign in to comment.