Skip to content

Commit d16cafd

Browse files
committed
Bump buildscripts
1 parent d3ad380 commit d16cafd

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
run: mv ./ffmpeg/COPYING.GPLv2 ./ffmpeg/LICENSE
6363

6464
- name: Run CAKE
65-
run: dotnet run --project ./build/Build.csproj -- --target=Package --universalBinary=true --toolname=FFprobe --executablename=ffprobe --commandname=mgcb-ffprobe --licensepath=ffmpeg/LICENSE
65+
run: dotnet run --project ./build/Build.csproj -- --target=Package --universalBinary=true --toolname=FFprobe --executablename=ffprobe --licensepath=ffmpeg/LICENSE
6666
env:
6767
ACTIONS_RUNTIME_TOKEN: ${{ env.ACTIONS_RUNTIME_TOKEN }}
6868
ACTIONS_RUNTIME_URL: "${{ env.ACTIONS_RUNTIME_URL }}"

build/Build.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
</ItemGroup>
2626

2727
<ItemGroup>
28-
<PackageReference Include="Cake.FileHelpers" Version="6.1.3" />
29-
<PackageReference Include="Cake.Frosting" Version="3.1.0" />
28+
<PackageReference Include="Cake.FileHelpers" Version="7.0.0" />
29+
<PackageReference Include="Cake.Frosting" Version="5.0.0" />
3030
<PackageReference Include="Cake.Homebrew" Version="0.3.1" />
3131
</ItemGroup>
3232

0 commit comments

Comments
 (0)