Skip to content

Commit

Permalink
Added upload of checksum
Browse files Browse the repository at this point in the history
  • Loading branch information
cschuchardt88 committed Jun 8, 2024
1 parent 5192f7d commit 232b3ea
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,16 @@ jobs:
asset_name: neo-cli-${{ matrix.runtime }}.v${{ env.APP_VERSION }}.zip
asset_content_type: application/zip

- name: Upload Checksum File (all)
uses: actions/upload-release-asset@latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: ${{ env.DIST_PATH }}/neo-cli-${{ matrix.runtime }}.v${{ env.APP_VERSION }}.sha256
asset_name: neo-cli-${{ matrix.runtime }}.v${{ env.APP_VERSION }}.sha256
asset_content_type: text/plain

# codesign-macos:
# name: Build TarBalls (${{ matrix.runtime }})
# runs-on: macos-latest
Expand Down

0 comments on commit 232b3ea

Please sign in to comment.