mirror of
https://github.com/containers/podman.git
synced 2025-07-04 01:48:28 +08:00
Minor: Include shasums in GHA workflow artifacts
This may be helpful in case SHA comparison is needed w/ files elsewhere. For example, the files uploaded to a github release page. Signed-off-by: Chris Evich <cevich@redhat.com>
This commit is contained in:
1
.github/workflows/mac-pkg.yml
vendored
1
.github/workflows/mac-pkg.yml
vendored
@ -139,6 +139,7 @@ jobs:
|
|||||||
name: installers
|
name: installers
|
||||||
path: |
|
path: |
|
||||||
contrib/pkginstaller/out/podman-installer-macos-*.pkg
|
contrib/pkginstaller/out/podman-installer-macos-*.pkg
|
||||||
|
contrib/pkginstaller/out/shasums
|
||||||
- name: Upload to Release
|
- name: Upload to Release
|
||||||
if: >-
|
if: >-
|
||||||
steps.actual_dryrun.outputs.dryrun == 'false' &&
|
steps.actual_dryrun.outputs.dryrun == 'false' &&
|
||||||
|
4
.github/workflows/upload-win-installer.yml
vendored
4
.github/workflows/upload-win-installer.yml
vendored
@ -118,7 +118,9 @@ jobs:
|
|||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: installer
|
name: installer
|
||||||
path: ${{ steps.check.outputs.upload_asset_name }}
|
path: |
|
||||||
|
${{ steps.check.outputs.upload_asset_name }}
|
||||||
|
.\contrib\win-installer\shasums
|
||||||
- name: Upload
|
- name: Upload
|
||||||
if: >-
|
if: >-
|
||||||
steps.actual_dryrun.outputs.dryrun == 'false' &&
|
steps.actual_dryrun.outputs.dryrun == 'false' &&
|
||||||
|
Reference in New Issue
Block a user