forked from k0sproject/k0s
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request k0sproject#4245 from k0sproject/dependabot/github_…
…actions/shogo82148/actions-upload-release-asset-1.7.5 Bump shogo82148/actions-upload-release-asset from 1.7.4 to 1.7.5
- Loading branch information
Showing
1 changed file
with
14 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -96,15 +96,15 @@ jobs: | |
cat k0s.sig | ||
- name: Upload Release Assets - Binary | ||
uses: shogo82148/[email protected].4 | ||
uses: shogo82148/[email protected].5 | ||
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].4 | ||
uses: shogo82148/[email protected].5 | ||
with: | ||
upload_url: ${{ needs.release.outputs.upload_url }} | ||
asset_path: ./k0s.sig | ||
|
@@ -118,7 +118,7 @@ jobs: | |
path: ./k0s | ||
|
||
- name: Upload Release Assets - Bundle | ||
uses: shogo82148/[email protected].4 | ||
uses: shogo82148/[email protected].5 | ||
with: | ||
upload_url: ${{ needs.release.outputs.upload_url }} | ||
asset_path: ./airgap-image-bundle-linux-amd64.tar | ||
|
@@ -176,15 +176,15 @@ jobs: | |
docker system prune --all --volumes --force | ||
- name: Upload Release Assets | ||
uses: shogo82148/[email protected].4 | ||
uses: shogo82148/[email protected].5 | ||
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].4 | ||
uses: shogo82148/[email protected].5 | ||
with: | ||
upload_url: ${{ needs.release.outputs.upload_url }} | ||
asset_path: ./k0s.exe.sig | ||
|
@@ -250,15 +250,15 @@ jobs: | |
path: tests/*.log | ||
|
||
- name: Upload Release Assets - Binary | ||
uses: shogo82148/[email protected].4 | ||
uses: shogo82148/[email protected].5 | ||
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].4 | ||
uses: shogo82148/[email protected].5 | ||
with: | ||
upload_url: ${{ needs.release.outputs.upload_url }} | ||
asset_path: ./k0s.sig | ||
|
@@ -272,7 +272,7 @@ jobs: | |
path: ./k0s | ||
|
||
- name: Upload Release Assets - Bundle | ||
uses: shogo82148/[email protected].4 | ||
uses: shogo82148/[email protected].5 | ||
with: | ||
upload_url: ${{ needs.release.outputs.upload_url }} | ||
asset_path: ./airgap-image-bundle-linux-arm64.tar | ||
|
@@ -335,15 +335,15 @@ jobs: | |
path: tests/*.log | ||
|
||
- name: Upload Release Assets - Binary | ||
uses: shogo82148/[email protected].4 | ||
uses: shogo82148/[email protected].5 | ||
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].4 | ||
uses: shogo82148/[email protected].5 | ||
with: | ||
upload_url: ${{ needs.release.outputs.upload_url }} | ||
asset_path: ./k0s.sig | ||
|
@@ -357,7 +357,7 @@ jobs: | |
path: ./k0s | ||
|
||
- name: Upload Release Assets - Bundle | ||
uses: shogo82148/[email protected].4 | ||
uses: shogo82148/[email protected].5 | ||
with: | ||
upload_url: ${{ needs.release.outputs.upload_url }} | ||
asset_path: ./airgap-image-bundle-linux-arm.tar | ||
|
@@ -399,7 +399,7 @@ jobs: | |
run: | | ||
cd release_assets && sha256sum -b * > ../sha256sums.txt | ||
- name: Upload sha256sums.txt | ||
uses: shogo82148/[email protected].4 | ||
uses: shogo82148/[email protected].5 | ||
with: | ||
upload_url: ${{ needs.release.outputs.upload_url }} | ||
asset_path: sha256sums.txt | ||
|
@@ -489,7 +489,7 @@ jobs: | |
make sign-pub-key | ||
- name: Upload Release Assets - SBOM | ||
uses: shogo82148/[email protected].4 | ||
uses: shogo82148/[email protected].5 | ||
with: | ||
upload_url: ${{ needs.release.outputs.upload_url }} | ||
asset_path: ./sbom/* | ||
|
@@ -580,7 +580,7 @@ jobs: | |
working-directory: ./inttest | ||
|
||
- name: Upload conformance test result to Release Assets | ||
uses: shogo82148/[email protected].4 # Allows us to upload a file with wildcard patterns | ||
uses: shogo82148/[email protected].5 # Allows us to upload a file with wildcard patterns | ||
with: | ||
upload_url: ${{ needs.release.outputs.upload_url }} | ||
asset_path: inttest/*_sonobuoy_*.tar.gz | ||
|