Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
anishcorratech authored Jan 9, 2025
1 parent bc9628f commit 23bd363
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,10 @@ jobs:
cd goaccess-1.9.3/
./configure --enable-utf8 --enable-geoip=mmdb
make
ls -la
- name: "Create a release"
uses: softprops/action-gh-release@v2
with:
name: ${{ github.run.id }}
tag_name: ${{ github.ref_name }}
files: goaccess/goaccess

0 comments on commit 23bd363

Please sign in to comment.