mirror of
https://github.com/containers/podman.git
synced 2025-05-17 23:26:08 +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
|
||||
path: |
|
||||
contrib/pkginstaller/out/podman-installer-macos-*.pkg
|
||||
contrib/pkginstaller/out/shasums
|
||||
- name: Upload to Release
|
||||
if: >-
|
||||
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
|
||||
with:
|
||||
name: installer
|
||||
path: ${{ steps.check.outputs.upload_asset_name }}
|
||||
path: |
|
||||
${{ steps.check.outputs.upload_asset_name }}
|
||||
.\contrib\win-installer\shasums
|
||||
- name: Upload
|
||||
if: >-
|
||||
steps.actual_dryrun.outputs.dryrun == 'false' &&
|
||||
|
Reference in New Issue
Block a user