Skip to content

Commit

Permalink
Merge pull request #395 from makhov/upload-asset-release
Browse files Browse the repository at this point in the history
Fix asset uploading
  • Loading branch information
makhov authored Jan 4, 2024
2 parents 8f79afe + d2cf0a8 commit b4791b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
make infrastructure-components.yaml IMG=quay.io/k0sproject/k0smotron:${{ needs.release.outputs.image_tag }}
- name: Upload Release Assets - metadata.yaml
id: upload-release-asset-images
id: upload-release-asset-metadata
uses: shogo82148/[email protected]
with:
upload_url: ${{ needs.release.outputs.upload_url }}
Expand All @@ -81,7 +81,7 @@ jobs:
asset_content_type: application/octet-stream

- name: Upload Release Assets - bootstrap-components.yaml
id: upload-release-asset-images
id: upload-release-asset-bootstrap
uses: shogo82148/[email protected]
with:
upload_url: ${{ needs.release.outputs.upload_url }}
Expand All @@ -90,7 +90,7 @@ jobs:
asset_content_type: application/octet-stream

- name: Upload Release Assets - control-plane-components.yaml
id: upload-release-asset-images
id: upload-release-asset-control-plane
uses: shogo82148/[email protected]
with:
upload_url: ${{ needs.release.outputs.upload_url }}
Expand Down

0 comments on commit b4791b3

Please sign in to comment.