Revert changes to CI

This commit is contained in:
LagoLunatic
2024-07-17 19:19:19 -04:00
parent fbe8bb7a32
commit bdd1f4a448
-14
View File
@@ -33,17 +33,3 @@ jobs:
run: |
python tools/upload_progress.py -b https://progress.decomp.club/ -p tww -v ${{matrix.version}} \
build/${{matrix.version}}/progress.json
- name: Generate objdiff progress report
if: github.ref == 'refs/heads/main'
run: |
pwd
python tools/download_tool.py --tag v2.0.0-alpha.5 objdiff-cli objdiff-cli
pwd
ls
./objdiff-cli report generate -o report.json
- name: Save objdiff progress report artifact
if: github.ref == 'refs/heads/main'
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.version }}-report-${{ github.sha }}
path: report.json