Skip to content

Commit

Permalink
CI: Fix the revision count for the actual build too
Browse files Browse the repository at this point in the history
  • Loading branch information
Hendricks266 authored Aug 1, 2023
1 parent fbf5b84 commit b275cb1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ jobs:
cache: true
install: git mingw-w64-${{matrix.env}}-toolchain make ${{matrix.pkg}}
- name: build
run: make -j2 duke3d sw blood rr exhumed kenbuild tools SDLCONFIG= ${{matrix.opt}}
run: |
git fetch --unshallow
make -j2 duke3d sw blood rr exhumed kenbuild tools SDLCONFIG= ${{matrix.opt}}
- name: prepare artifacts
run: |
mkdir -p upload/nblood/
Expand Down

0 comments on commit b275cb1

Please sign in to comment.