[Testing] Write some bytes into the test file
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ec92d5b..a24735d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml
@@ -12,7 +12,7 @@ - name: "Checkout the sources" uses: actions/checkout@v2.3.1 - name: Build release artifact - run: mkdir -p bazel-bin/ && touch bazel-bin/rules_kotlin_release.tgz + run: mkdir -p bazel-bin/ && touch bazel-bin/rules_kotlin_release.tgz && echo "testing" > bazel-bin/rules_kotlin_release.tgz - name: Create release sha256 run: shasum -a 256 bazel-bin/rules_kotlin_release.tgz > bazel-bin/rules_kotlin_release.tgz.sha256 - name: Upload bazel-bin/rules_kotlin_release.tgz