Skip to content

Commit

Permalink
chore: add assets/dist to artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
sysulq committed Jul 29, 2021
1 parent 273e3ba commit 06f5295
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,6 @@ jobs:
- uses: actions/upload-artifact@v2
with:
name: my-artifact
path: dist/*_linux_amd64.tar.gz
path: |
dist/*_linux_amd64.tar.gz
./assets/dist/*

0 comments on commit 06f5295

Please sign in to comment.