Skip to content

Commit

Permalink
(fu) CI: compress and upload config as artifact (#267)
Browse files Browse the repository at this point in the history
  • Loading branch information
kbdharun authored Aug 7, 2023
1 parent 65e3e14 commit e32c9d5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
- name: Compress-manpage
run: tar -czvf apx-man.tar.gz man/man1/apx.1

- name: Compress-config
run: tar tar -czvf apx-config.tar.gz config/apx.json

- uses: softprops/action-gh-release@v1
with:
token: "${{ secrets.GITHUB_TOKEN }}"
Expand All @@ -42,6 +45,7 @@ jobs:
files: |
apx.tar.gz
apx-man.tar.gz
apx-config.tar.gz
sonar:
name: Sonar
runs-on: ubuntu-latest
Expand Down

0 comments on commit e32c9d5

Please sign in to comment.