From e366edbbea79f8e2ae7cdc4794f205c6a3c693a9 Mon Sep 17 00:00:00 2001 From: bladeoner Date: Tue, 1 Mar 2022 10:40:54 +0100 Subject: [PATCH] Update Github Workflow --- .github/workflows/continuous-integration-workflow.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml index 10fcac2..d9fa2c4 100644 --- a/.github/workflows/continuous-integration-workflow.yml +++ b/.github/workflows/continuous-integration-workflow.yml @@ -5,7 +5,7 @@ on: [push, pull_request] jobs: Build: name: Build tidal-dl - runs-on: windows-2022 + runs-on: windows-latest steps: - name: Checkout Tidal-Media-Downloader repo @@ -37,4 +37,4 @@ jobs: uses: actions/upload-artifact@v2 with: name: tidal-dl - path: ${{ github.workspace }}\TIDALDL-PY\exe\tidal-dl.exe + path: TIDALDL-PY\exe\tidal-dl.exe