From 7520340ce0891063e49e33f7ab2372de164737e8 Mon Sep 17 00:00:00 2001 From: Tyrrrz <1935960+Tyrrrz@users.noreply.github.com> Date: Thu, 23 May 2024 18:04:43 +0300 Subject: [PATCH] Consistent platform checks --- .github/workflows/main.yml | 2 +- YoutubeDownloader/YoutubeDownloader.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f43812936..03c3ff38a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -135,7 +135,7 @@ jobs: path: YoutubeDownloader/ - name: Set permissions - if: ${{ !startsWith(matrix.rid, 'win') }} + if: ${{ !startsWith(matrix.rid, 'win-') }} run: | chmod +x YoutubeDownloader/YoutubeDownloader chmod +x YoutubeDownloader/ffmpeg diff --git a/YoutubeDownloader/YoutubeDownloader.csproj b/YoutubeDownloader/YoutubeDownloader.csproj index caa0831ec..6e2aa8081 100644 --- a/YoutubeDownloader/YoutubeDownloader.csproj +++ b/YoutubeDownloader/YoutubeDownloader.csproj @@ -63,7 +63,7 @@ linux-x64 osx-arm64 osx-x64 - ffmpeg.exe + ffmpeg.exe ffmpeg