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