Skip to content

Commit

Permalink
generate sha256 files
Browse files Browse the repository at this point in the history
  • Loading branch information
pyxis committed Dec 8, 2023
1 parent 3fbe467 commit 4e694b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
path: "adb-devices-prometheus-exporter-*"
if: matrix.toolchain == 'stable'
- name: Generate SHA-256
run: shasum -a 256 ${{ matrix.platform.name }}
run: shasum -a 256 ${{ matrix.platform.name }} | cut -d ' ' -f 1 > ${{ matrix.platform.name }}.sha256
if: matrix.toolchain == 'stable' && matrix.platform.os == 'macOS-latest'
- name: Release binary and SHA-256 checksum to GitHub
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 4e694b1

Please sign in to comment.