From 138620553fd9198c8684aff93f5fa8fece60462a Mon Sep 17 00:00:00 2001 From: altf_four <56314286+realaltffour@users.noreply.github.com> Date: Thu, 23 Apr 2020 10:46:59 +0300 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c5c6845..edcafc1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,6 +6,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 + - run: git checkout HEAD^ - name: Build Generic Debuggable Linux Binary run: ./build.sh - name: Upload artifact