Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
timosachsenberg authored Apr 17, 2024
1 parent 543bd0e commit dfdf5fe
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,9 @@ jobs:
cd "${{ github.workspace }}/contrib-build"
rm -rf archives
rm -rf src
rm -rf CMakeFiles
find . -maxdepth 1 -type f -not -name 'contrib_build.log' -delete
rm -rf CMakeFiles
# Creating a tar.gz archive of the contrib-build directory
tar -czvf "contrib_build-${{ runner.os }}.tar.gz" .
tar czf "contrib_build-${{ runner.os }}.tar.gz" $(ls -d lib) $(ls -d bin) $(ls -d include) $(ls -d share)
- name: Create Release
if: github.event_name == 'workflow_dispatch'
Expand Down

0 comments on commit dfdf5fe

Please sign in to comment.