Skip to content

Commit

Permalink
Fix module name
Browse files Browse the repository at this point in the history
  • Loading branch information
iliajie committed Jan 2, 2025
1 parent 5ec045c commit f056e62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/webmin.dev:awstats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ jobs:
CLOUD__GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |-
bash bootstrap.bash
bash build-deb-module.bash usermin --testing
bash build-rpm-module.bash usermin --testing
bash build-deb-module.bash ${{ github.event.repository.name }} --testing
bash build-rpm-module.bash ${{ github.event.repository.name }} --testing

0 comments on commit f056e62

Please sign in to comment.