From 1ffa578dfe77a2265eebe9618971888dbc4e6d42 Mon Sep 17 00:00:00 2001 From: xjasonlyu Date: Mon, 11 Dec 2023 20:04:01 -0500 Subject: [PATCH] Release: add License to bundle --- .github/workflows/release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 14a04cb..13a59ba 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,4 +1,4 @@ -name: Publish Plex Bundle +name: Publish Plex Plug-in Bundle concurrency: group: release-${{ github.event_name }}-${{ github.ref }} @@ -9,6 +9,7 @@ on: branches: - 'main' paths: + - '.github/workflows/release.yml' - 'Contents/**' jobs: @@ -28,6 +29,7 @@ jobs: run: | echo v${{ steps.shell.outputs.version }} > VERSION mkdir -p MetaTube.bundle/ + mv LICENSE MetaTube.bundle/ mv VERSION MetaTube.bundle/ mv Contents/ MetaTube.bundle/ zip -r MetaTube.bundle.zip MetaTube.bundle/