Skip to content

Commit

Permalink
Clean up after installation
Browse files Browse the repository at this point in the history
Signed-off-by: egibs <[email protected]>
  • Loading branch information
egibs committed Aug 14, 2024
1 parent 8dd5d2b commit 6db7525
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
./configure
make
sudo make install
rm -rf v${{ env.YARA_VERSION }}.tar.gz yara-${{ env.YARA_VERSION }}
- uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200
with:
version: ~> v2
Expand Down Expand Up @@ -86,6 +87,7 @@ jobs:
./configure
make
sudo make install
rm -rf v${{ env.YARA_VERSION }}.tar.gz yara-${{ env.YARA_VERSION }}
- uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200
with:
version: ~> v2
Expand Down

0 comments on commit 6db7525

Please sign in to comment.