Skip to content

Commit

Permalink
s/sha1/sha256/
Browse files Browse the repository at this point in the history
  • Loading branch information
jmlich committed Apr 8, 2023
1 parent e480410 commit a42ab54
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/image_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,14 @@ jobs:
asset_name: ${{ env.FILE_PATH }}
asset_content_type: application/x-iso-image
-
id: upload_sha1
id: upload_sha256
uses: actions/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ needs.prepare_release.outputs.upload_url }}
asset_path: ./${{ env.FILE_SHA1 }}
asset_name: ${{ env.FILE_SHA1 }}
asset_path: ./${{ env.FILE_SHA256 }}
asset_name: ${{ env.FILE_SHA256 }}
asset_content_type: text/plain
-
id: upload_pkg
Expand Down

0 comments on commit a42ab54

Please sign in to comment.