Skip to content

Commit

Permalink
update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kkga committed Sep 12, 2021
1 parent 5db14d1 commit 6367705
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,8 @@ jobs:
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload scripts
uses: actions/upload-artifact@v2
with:
name: scripts
path: scripts/*

0 comments on commit 6367705

Please sign in to comment.