Skip to content

Commit

Permalink
rename license
Browse files Browse the repository at this point in the history
The build we are doing will be COPYING.GPLv2 licensed. This renamed the license file so that it's called LICENSE for the dotnet-tool pack that occurs during deploy
  • Loading branch information
AristurtleDev committed Apr 29, 2024
1 parent 25202ab commit 67fda4a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ jobs:
with:
submodules: recursive

- name: Rename License File
run: mv ./ffmpeg/COPYING.GPLv2 ./ffmpeg/LICENSE

- name: Run CAKE
run: dotnet run --project ./build/Build.csproj -- --target=Package --universalBinary=true --toolname=FFMpeg --executablename=ffmpeg --commandname=mgcb-ffmpeg --licensepath=ffmpeg/LICENSE
env:
Expand Down

0 comments on commit 67fda4a

Please sign in to comment.