mirror of
https://github.com/open-goal/jak-project
synced 2026-07-11 07:25:37 -04:00
ci: make linux release artifact structure match windows (#1326)
This commit is contained in:
@@ -114,7 +114,7 @@ jobs:
|
||||
run: |
|
||||
mkdir -p ./ci-artifacts/out
|
||||
./.github/scripts/releases/extract_build_linux.sh ./ci-artifacts/out ./
|
||||
tar czf ./ci-artifacts/linux.tar.gz ./ci-artifacts/out
|
||||
tar -czf ./ci-artifacts/linux.tar.gz -C ./ci-artifacts .
|
||||
|
||||
- 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