refactoring

This commit is contained in:
tim
2026-02-23 05:58:42 -05:00
parent 149e2755fb
commit fa81ffb69d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -119,7 +119,7 @@ jobs:
with:
run: |
source ../tpv-gha-nunja/gha/gha.upload-artifact.bash
gha-upload-artifact-fast community-vrmod-firestorm build-*/newview/Release/*Setup.exe 7
gha-upload-artifact-fast community-firestorm-vrmod build-*/newview/Release/*Setup.exe 7
- name: Upload VR Mod Setup.exe
if: false
+1 -1
View File
@@ -158,7 +158,7 @@ function generate_devtime() {
( cat /d/a/_temp/_runner_file_commands/step_summary_*-scrubbed > $snapshot_dir/metadata/summary.md ) || true
python ./tpv-gha-nunja/.github/workflows/ReleaseFS_open.yml.py audit | grep '/D' | sed -e 's@^ \+/D @-D@;s@=\\@=\\"@;s@\\$@\\"@;' | sort -u | tee $snapshot_dir/lldefines.rsp
python ../tpv-gha-nunja/.github/workflows/ReleaseFS_open.yml.py audit | grep '/D' | sed -e 's@^ \+/D @-D@;s@=\\@=\\"@;s@\\$@\\"@;' | sort -u | tee $snapshot_dir/lldefines.rsp
# ( ninja -C $build_dir -t commands ${viewer_bin}-bin | grep -Eo '(")?[-]D[^ =]+(=[^ ]*)?\1?' | grep -vE '_EXPORTS$' | awk '!seen[$0]++' > $snapshot_dir/lldefines.rsp ) || true
# cp -uav $nunja_dir/*defines.rsp $snapshot_dir/metadata/ 2>/dev/null || true