Skip to content

Commit

Permalink
πŸ’š Changes file path for release artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
daschaa authored Jan 29, 2022
1 parent 37774bd commit 52f8bd4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ jobs:
uses: softprops/action-gh-release@v1
with:
files: |
**/billboard.app
/Users/runner/work/billboard/billboard/Billboard.app
/Users/runner/work/billboard/billboard/billboard.app
tag_name: ${{ steps.set_release_name.outputs.current-version }}
name: Release ${{ steps.set_release_name.outputs.current-version }}
draft: false
Expand Down

0 comments on commit 52f8bd4

Please sign in to comment.