Skip to content

Commit

Permalink
correct tar command
Browse files Browse the repository at this point in the history
  • Loading branch information
elinork committed Mar 12, 2024
1 parent 56bdd98 commit 4b7f0f9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-cloud-gov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,8 @@ jobs:
if: ${{ env.needs_pandoc == 'true' && inputs.build_bins }}
run: |
if [ -d "bin" ]; then rm -fr bin; fi
mkdir temp_bin
cp /usr/bin/pandoc temp_bin
mkdir bin
tar -czvf bin/pandoc.tar.gz
tar -czvf bin/pandoc.tar.gz /usr/bin/pandoc
git add bin
- name: Add additional files to repo if not already there
Expand Down

0 comments on commit 4b7f0f9

Please sign in to comment.