Skip to content

Commit

Permalink
Update image_build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
philmmanjaro authored Mar 30, 2023
1 parent 08f094c commit 727d0bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/image_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ jobs:
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 727d0bd

Please sign in to comment.