Skip to content

Commit

Permalink
Always compress userguide (#327)
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnHDF authored Sep 23, 2024
1 parent 60b0b4b commit c954d18
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c954d18

Please sign in to comment.