diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d1f8a55..40736e7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 @@ -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