Skip to content

Commit

Permalink
workflow: fix packing
Browse files Browse the repository at this point in the history
  • Loading branch information
ctapmex committed Oct 17, 2021
1 parent 1ffdd3c commit c6f2c8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/farcolorer-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
shell: bash
run: |
7z a ${{ env.farcolorer_name }} ./install/FarColorer/*
7z a ${{ env.farcolorer_withoutbase_name }} ./install/FarColorer/* -x!./install/FarColorer/base/*
7z a ${{ env.farcolorer_withoutbase_name }} ./install/FarColorer/* -x!./install/FarColorer/base
7z a ${{ env.farcolorer_pdb_name }} ./src/colorer.pdb
- name: Upload result to cache
Expand Down

0 comments on commit c6f2c8f

Please sign in to comment.