From c954d184dfb4b4f97b218d549c3df87ea216747a Mon Sep 17 00:00:00 2001 From: Allen Byrne <50328838+byrnHDF@users.noreply.github.com> Date: Mon, 23 Sep 2024 17:18:21 -0500 Subject: [PATCH] Always compress userguide (#327) --- .github/workflows/release-files.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release-files.yml b/.github/workflows/release-files.yml index 37b352f4..0c455cf6 100644 --- a/.github/workflows/release-files.yml +++ b/.github/workflows/release-files.yml @@ -131,7 +131,6 @@ jobs: - name: Create snapshot source file (tgz and zip) id: create-release-files - if: ${{ (inputs.use_environ == 'snapshots') }} run: | zip -r UsersGuide.zip ./UsersGuide tar -zcvf UsersGuide.tar.gz ./UsersGuide