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 3f27a06 commit 543bd0e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,14 +97,17 @@ jobs:
shell: 'bash'

# TODO hope that they finally release a decent uploading action.
- name: Clean build
- name: Clean build and package
shell: bash
run: |
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
# Creating a tar.gz archive of the contrib-build directory
tar -czvf "contrib_build-${{ runner.os }}.tar.gz" .
- name: Create Release
if: github.event_name == 'workflow_dispatch'
Expand Down

0 comments on commit 543bd0e

Please sign in to comment.