Skip to content

Commit

Permalink
Improve names in artifact build step
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharparam committed May 8, 2022
1 parent 4fad75b commit 05f5444
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +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
- name: Store addon zips in build artifact
uses: actions/upload-artifact@v3
with:
name: addon
name: addon-zips
path: '.release/KillTrack-*.zip'

0 comments on commit 05f5444

Please sign in to comment.