Skip to content

Commit

Permalink
feat: upload build artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
kbdharun authored Aug 7, 2023
1 parent f5a52b6 commit 473e2bb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,15 @@ jobs:
apx.tar.gz
apx-man.tar.gz
apx-config.tar.gz
- uses: actions/upload-artifact@v3
with:
name: my-artifact
path: |
apx.tar.gz
apx-man.tar.gz
apx-config.tar.gz
sonar:
name: Sonar
runs-on: ubuntu-latest
Expand Down

0 comments on commit 473e2bb

Please sign in to comment.