From 3838bd962be32fca3f30f53dda21f88c3ba47f3f Mon Sep 17 00:00:00 2001 From: Scot Breitenfeld Date: Thu, 16 May 2024 15:08:39 -0500 Subject: [PATCH] test#13 --- .github/workflows/release-files.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/release-files.yml b/.github/workflows/release-files.yml index cff480e5c7d..e0f85da4c24 100644 --- a/.github/workflows/release-files.yml +++ b/.github/workflows/release-files.yml @@ -155,6 +155,13 @@ jobs: name: tgz-tarball-nover path: ${{ github.workspace }} + - name: Get published nonversioned source (zip) + if: ${{ (inputs.use_environ == 'release') }} + uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 + with: + name: zip-tarball-nover + path: ${{ github.workspace }} + # - name: Get published nonversioned source (tgz) # if: ${{ (inputs.use_environ == 'release') }} # uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7