diff --git a/.clang-format b/.clang-format deleted file mode 100644 index 73b3ddc2..00000000 --- a/.clang-format +++ /dev/null @@ -1,3 +0,0 @@ -Language: Proto -BasedOnStyle: LLVM -AlignConsecutiveAssignments: Consecutive diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f6eac2d5..e35b9972 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,13 +21,13 @@ jobs: docker cp container:/usr/local/bin/sentinelhub ./sentinelhub && \ docker rm container - - name: Save SHA256 sum - run: sha256sum ./sentinelhub > ./sentinelhub_sha256.txt + - name: Save SHA256 checksum + run: sha256sum sentinelhub > ./checksums.txt - name: Upload release artifacts uses: softprops/action-gh-release@v1 with: token: ${{ secrets.GITHUB_TOKEN }} files: | + checksums.txt sentinelhub - sentinelhub_sha256.txt