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