mirror of
https://github.com/open-goal/jak-project
synced 2026-05-30 08:56:59 -04:00
[graphics] small improvements (#1351)
* faster texture upload lookup * fix debug menu * cleanup * one more
This commit is contained in:
@@ -114,7 +114,9 @@ jobs:
|
||||
run: |
|
||||
mkdir -p ./ci-artifacts/out
|
||||
./.github/scripts/releases/extract_build_linux.sh ./ci-artifacts/out ./
|
||||
tar -czf ./ci-artifacts/linux.tar.gz -C ./ci-artifacts .
|
||||
pushd ci-artifacts
|
||||
tar czf linux.tar.gz ./out
|
||||
popd
|
||||
|
||||
- name: Upload Assets and Potential Publish Release
|
||||
if: github.repository == 'open-goal/jak-project' && startsWith(github.ref, 'refs/tags/') && matrix.compiler == 'clang'
|
||||
|
||||
Reference in New Issue
Block a user