Update podman-udmp-udmse.yml

This commit is contained in:
John Dorman 2023-03-23 02:57:36 -07:00 committed by GitHub
parent 6ff871b4e5
commit 8d6a31000a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,9 +5,11 @@ on:
push: push:
paths: paths:
- 'podman-update/build/Dockerfile' - 'podman-update/build/Dockerfile'
- 'podman-update/build/podman.Makefile.UDM-Pro-SE.patch'
pull_request: pull_request:
paths: paths:
- 'podman-update/build/Dockerfile' - 'podman-update/build/Dockerfile'
- 'podman-update/build/podman.Makefile.UDM-Pro-SE.patch'
jobs: jobs:
@ -35,7 +37,8 @@ jobs:
uses: flynshue/version-action@v0.0.1 uses: flynshue/version-action@v0.0.1
- name: Upload Podman Install - name: Upload Podman Install
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v3.1.2
with: with:
path: ${{ steps.extract.outputs.destination }} path: ${{ steps.extract.outputs.destination }}
name: podman-udmse-udmpro-${{ steps.version.outputs.version }} name: podman-udmse-udmpro-${{ steps.version.outputs.version }}
retention-days: 90