Skip to content

Commit

Permalink
Fix cygport results tar
Browse files Browse the repository at this point in the history
  • Loading branch information
me-and committed Oct 18, 2023
1 parent 165f3c0 commit da27301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
cp -vr usr etc /
- name: Tar up cygport build results
if: always()
run: tar -caf cygport-build-results-${{ matrix.cygport-ref }}.txz --exclude-vcs cygport
run: tar -caf cygport-build-results-${{ matrix.cygport-ref }}.txz --exclude-vcs cygport-*-*.noarch
timeout-minutes: 10
- name: Store cygport build results
if: always()
Expand Down

0 comments on commit da27301

Please sign in to comment.