Skip to content

Commit

Permalink
Release: add License to bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
xjasonlyu committed Dec 12, 2023
1 parent 7d073c5 commit 1ffa578
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish Plex Bundle
name: Publish Plex Plug-in Bundle

concurrency:
group: release-${{ github.event_name }}-${{ github.ref }}
Expand All @@ -9,6 +9,7 @@ on:
branches:
- 'main'
paths:
- '.github/workflows/release.yml'
- 'Contents/**'

jobs:
Expand All @@ -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/
Expand Down

0 comments on commit 1ffa578

Please sign in to comment.