From 4decf5418fee501d3e29b20eae638d97fa1798db Mon Sep 17 00:00:00 2001 From: John Dorman <427295+boostchicken@users.noreply.github.com> Date: Tue, 7 Mar 2023 06:34:39 -0800 Subject: [PATCH] Update podman-udmse.yml --- .github/workflows/podman-udmse.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/workflows/podman-udmse.yml b/.github/workflows/podman-udmse.yml index 6a70041..6d95739 100644 --- a/.github/workflows/podman-udmse.yml +++ b/.github/workflows/podman-udmse.yml @@ -1,4 +1,4 @@ -name: UDM-SE Podman +name: UDM-SE/PRO Podman on: workflow_dispatch: @@ -28,9 +28,14 @@ jobs: # Docker Image to extract files from image: boostchicken:udm-podman # 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 uses: actions/upload-artifact@v2 with: path: ${{ steps.extract.outputs.destination }} - name: udmse-podman-install.zip + name: podman-udmse-udmpro-${{ steps.version.outputs.version }}.zip