We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bd37ed9 + 3efb967 commit 7e5984cCopy full SHA for 7e5984c
.woodpecker/tests.yaml
@@ -233,7 +233,7 @@ steps:
233
- cp x86_64-apple-darwin/release/bark "bark-$(cat ../VERSION)-apple-x86_64"
234
- cp aarch64-apple-darwin/release/bark "bark-$(cat ../VERSION)-apple-aarch64"
235
- sha256sum "aspd-$(cat ../VERSION)-linux-x86_64" > SHA256SUMS
236
- - sha256sum "bark-$(cat ../VERSION)-linux-x86_64" > SHA256SUMS
+ - sha256sum "bark-$(cat ../VERSION)-linux-x86_64" >> SHA256SUMS
237
- sha256sum "bark-$(cat ../VERSION)-windows-x86_64.exe" >> SHA256SUMS
238
- sha256sum "bark-$(cat ../VERSION)-apple-x86_64" >> SHA256SUMS
239
- sha256sum "bark-$(cat ../VERSION)-apple-aarch64" >> SHA256SUMS
0 commit comments