From 3c4e72a350dbbc9439961a164bd2a2bf5da2fa70 Mon Sep 17 00:00:00 2001 From: altf_four <56314286+realaltffour@users.noreply.github.com> Date: Sat, 25 Apr 2020 09:27:08 +0300 Subject: [PATCH] Fix build.yml --- .github/workflows/build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index edcafc1..c5c6845 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,7 +6,6 @@ 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