Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kvndrsslr authored Aug 3, 2023
1 parent a9a3a47 commit 32cf78f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
draft: false
prerelease: false
token: ${{ secrets.GITHUB_TOKEN }}
artifacts: './dist/sketchybar-app-font.ttf,./dist/icon_map_fn.sh'
artifacts: './dist/sketchybar-app-font.ttf,./dist/icon_map_fn.sh,./LICENSE'
tag: ${{ steps.get-version.outputs.version }}

# Update the 'latest' release
Expand All @@ -52,5 +52,5 @@ jobs:
draft: false
prerelease: false
token: ${{ secrets.GITHUB_TOKEN }}
artifacts: './dist/sketchybar-app-font.ttf,./dist/icon_map_fn.sh'
artifacts: './dist/sketchybar-app-font.ttf,./dist/icon_map_fn.sh,./LICENSE'
tag: latest

0 comments on commit 32cf78f

Please sign in to comment.