Skip to content

Commit

Permalink
Store addon zips as build artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharparam committed May 8, 2022
1 parent 653c626 commit 4fad75b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,8 @@ jobs:
WOWI_API_TOKEN: ${{ secrets.WOWI_API_TOKEN }}
WAGO_API_TOKEN: ${{ secrets.WAGO_API_TOKEN }}
GITHUB_OAUTH: ${{ secrets.GITHUB_TOKEN }}
- name: Store package in build artifacts
uses: actions/upload-artifact@v3
with:
name: addon
path: '.release/KillTrack-*.zip'

0 comments on commit 4fad75b

Please sign in to comment.