Skip to content

Commit

Permalink
Merge pull request #4143 from k0sproject/dependabot/github_actions/sh…
Browse files Browse the repository at this point in the history
…ogo82148/actions-upload-release-asset-1.7.4

Bump shogo82148/actions-upload-release-asset from 1.7.3 to 1.7.4
  • Loading branch information
twz123 authored Mar 14, 2024
2 parents 4b7c2cc + 7d9c3be commit e636f2e
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,15 +93,15 @@ jobs:
cat k0s.sig
- name: Upload Release Assets - Binary
uses: shogo82148/[email protected].3
uses: shogo82148/[email protected].4
with:
upload_url: ${{ needs.release.outputs.upload_url }}
asset_path: ./k0s
asset_name: k0s-${{ needs.release.outputs.tag_name }}-amd64
asset_content_type: application/octet-stream

- name: Upload Release Assets - Signature
uses: shogo82148/[email protected].3
uses: shogo82148/[email protected].4
with:
upload_url: ${{ needs.release.outputs.upload_url }}
asset_path: ./k0s.sig
Expand All @@ -115,7 +115,7 @@ jobs:
path: ./k0s

- name: Upload Release Assets - Bundle
uses: shogo82148/[email protected].3
uses: shogo82148/[email protected].4
with:
upload_url: ${{ needs.release.outputs.upload_url }}
asset_path: ./airgap-image-bundle-linux-amd64.tar
Expand Down Expand Up @@ -173,15 +173,15 @@ jobs:
docker system prune --all --volumes --force
- name: Upload Release Assets
uses: shogo82148/[email protected].3
uses: shogo82148/[email protected].4
with:
upload_url: ${{ needs.release.outputs.upload_url }}
asset_path: ./k0s.exe
asset_name: k0s-${{ needs.release.outputs.tag_name }}-amd64.exe
asset_content_type: application/octet-stream

- name: Upload Release Assets - Signature
uses: shogo82148/[email protected].3
uses: shogo82148/[email protected].4
with:
upload_url: ${{ needs.release.outputs.upload_url }}
asset_path: ./k0s.exe.sig
Expand Down Expand Up @@ -255,15 +255,15 @@ jobs:
path: tests/*.log

- name: Upload Release Assets - Binary
uses: shogo82148/[email protected].3
uses: shogo82148/[email protected].4
with:
upload_url: ${{ needs.release.outputs.upload_url }}
asset_path: ./k0s
asset_name: k0s-${{ needs.release.outputs.tag_name }}-arm64
asset_content_type: application/octet-stream

- name: Upload Release Assets - Signature
uses: shogo82148/[email protected].3
uses: shogo82148/[email protected].4
with:
upload_url: ${{ needs.release.outputs.upload_url }}
asset_path: ./k0s.sig
Expand All @@ -277,7 +277,7 @@ jobs:
path: ./k0s

- name: Upload Release Assets - Bundle
uses: shogo82148/[email protected].3
uses: shogo82148/[email protected].4
with:
upload_url: ${{ needs.release.outputs.upload_url }}
asset_path: ./airgap-image-bundle-linux-arm64.tar
Expand Down Expand Up @@ -356,15 +356,15 @@ jobs:
path: tests/*.log

- name: Upload Release Assets - Binary
uses: shogo82148/[email protected].3
uses: shogo82148/[email protected].4
with:
upload_url: ${{ needs.release.outputs.upload_url }}
asset_path: ./k0s
asset_name: k0s-${{ needs.release.outputs.tag_name }}-arm
asset_content_type: application/octet-stream

- name: Upload Release Assets - Signature
uses: shogo82148/[email protected].3
uses: shogo82148/[email protected].4
with:
upload_url: ${{ needs.release.outputs.upload_url }}
asset_path: ./k0s.sig
Expand All @@ -378,7 +378,7 @@ jobs:
path: ./k0s

- name: Upload Release Assets - Bundle
uses: shogo82148/[email protected].3
uses: shogo82148/[email protected].4
with:
upload_url: ${{ needs.release.outputs.upload_url }}
asset_path: ./airgap-image-bundle-linux-arm.tar
Expand Down Expand Up @@ -420,7 +420,7 @@ jobs:
run: |
cd release_assets && sha256sum -b * > ../sha256sums.txt
- name: Upload sha256sums.txt
uses: shogo82148/[email protected].3
uses: shogo82148/[email protected].4
with:
upload_url: ${{ needs.release.outputs.upload_url }}
asset_path: sha256sums.txt
Expand Down Expand Up @@ -510,7 +510,7 @@ jobs:
make sign-pub-key
- name: Upload Release Assets - SBOM
uses: shogo82148/[email protected].3
uses: shogo82148/[email protected].4
with:
upload_url: ${{ needs.release.outputs.upload_url }}
asset_path: ./sbom/*
Expand Down Expand Up @@ -601,7 +601,7 @@ jobs:
working-directory: ./inttest

- name: Upload conformance test result to Release Assets
uses: shogo82148/[email protected].3 # Allows us to upload a file with wildcard patterns
uses: shogo82148/[email protected].4 # Allows us to upload a file with wildcard patterns
with:
upload_url: ${{ needs.release.outputs.upload_url }}
asset_path: inttest/*_sonobuoy_*.tar.gz
Expand Down

0 comments on commit e636f2e

Please sign in to comment.