ci: make linux release artifact structure match windows (#1326)

This commit is contained in:
Tyler Wilding
2022-04-19 22:16:33 -04:00
committed by GitHub
parent d80f8ed469
commit 5369932fcd
+1 -1
View File
@@ -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'