Skip to content

Commit

Permalink
Renamed checksums file
Browse files Browse the repository at this point in the history
  • Loading branch information
bsrinivas8687 committed Nov 13, 2023
1 parent 99abaf0 commit 42398e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .clang-format

This file was deleted.

6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 42398e5

Please sign in to comment.