From 8cf484ea0ec8ee2f5b59394caaff6467f3492d18 Mon Sep 17 00:00:00 2001 From: XanatosX <10531466+XanatosX@users.noreply.github.com> Date: Thu, 8 Jun 2023 22:06:40 +0200 Subject: [PATCH] Add missing git checkout --- .github/workflows/LatestBuild.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/LatestBuild.yml b/.github/workflows/LatestBuild.yml index 6a5e73a..04f312e 100644 --- a/.github/workflows/LatestBuild.yml +++ b/.github/workflows/LatestBuild.yml @@ -263,6 +263,9 @@ jobs: needs: ["createWinFormsZip", "createAvaloniaZipWindows", "createAvaloniaZipLinux", "createAvaloniaZipDarwin"] runs-on: ubuntu-latest steps: + - uses: actions/checkout@v3 + with: + ref: ${{ env.REF_CHECKOUT_BRANCH }} - name: Download artifacts uses: actions/download-artifact@v2 with: