Skip to content

Commit

Permalink
ci(test): upload artifact after build is success (#614)
Browse files Browse the repository at this point in the history
  • Loading branch information
WaterLemons2k committed Mar 12, 2023
1 parent 31ce5f0 commit 2c66814
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,9 @@ jobs:

- name: Test
run: make build test

- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: ddns-go
path: ddns-go

0 comments on commit 2c66814

Please sign in to comment.