Update podman-udmse.yml

This commit is contained in:
John Dorman 2023-03-07 06:34:39 -08:00 committed by GitHub
parent 71c17577b2
commit 4decf5418f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
name: UDM-SE Podman name: UDM-SE/PRO Podman
on: on:
workflow_dispatch: workflow_dispatch:
@ -28,9 +28,14 @@ jobs:
# Docker Image to extract files from # Docker Image to extract files from
image: boostchicken:udm-podman image: boostchicken:udm-podman
# Path (from root) to a file or directory within Image # Path (from root) to a file or directory within Image
path: tmp/release/podman-install.zip path: /tmp/release/
- name: Generate new tag version
id: version
uses: flynshue/version-action@0.0.1
- name: Upload Podman Install - name: Upload Podman Install
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v2
with: with:
path: ${{ steps.extract.outputs.destination }} path: ${{ steps.extract.outputs.destination }}
name: udmse-podman-install.zip name: podman-udmse-udmpro-${{ steps.version.outputs.version }}.zip