Skip to content

Commit

Permalink
Merge branch 'custom' of github.com:surepy/tf2_bot_detector into custom
Browse files Browse the repository at this point in the history
  • Loading branch information
surepy committed Mar 27, 2023
2 parents 3f830de + 68d316c commit 1a1faeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: |
mkdir build_dir
cd build_dir
cmake ../ || true # we know this will fail, we just need version info from CMakeCache.txt
cmake -DCMAKE_TOOLCHAIN_FILE="" ../ || true # we know this will fail, we just need version info from CMakeCache.txt
TF2BD_VERSION_NOBUILD=`cat CMakeCache.txt | grep TF2BD_VERSION_NOBUILD: | cut -d "=" -f2`
echo "::set-output name=value::$TF2BD_VERSION_NOBUILD.${{ github.run_number }}"
Expand Down Expand Up @@ -172,4 +172,4 @@ jobs:
with:
name: "tf2-bot-detector-symbols_${{ matrix.triplet }}_${{ needs.config.outputs.tf2bd_version }}_${{ matrix.build_type }}"
if-no-files-found: error
path: "${{ needs.config.outputs.tf2bd_build_dir }}/**.pdb"
path: "${{ needs.config.outputs.tf2bd_build_dir }}/**.pdb"

0 comments on commit 1a1faeb

Please sign in to comment.