Skip to content

Commit

Permalink
Cleanup aur builder image
Browse files Browse the repository at this point in the history
  • Loading branch information
waybackarchiver committed Nov 2, 2022
1 parent 7f13b76 commit 9e349f9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,11 @@ jobs:
build/aur/${{ env.PRODUCT }}*.pkg.tar.zst
if-no-files-found: error

- name: Clean up
run: |
cd build/aur
make clean
snapcraft:
name: Build Snap
runs-on: ubuntu-latest
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,11 @@ jobs:
build/aur/${{ env.PRODUCT }}*.pkg.tar.zst
if-no-files-found: error

- name: Clean up
run: |
cd build/aur
make clean
snapcraft:
name: Build Snap
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion build/aur

0 comments on commit 9e349f9

Please sign in to comment.