mirror of
https://github.com/open-goal/jak-project
synced 2026-07-08 14:36:52 -04:00
@@ -114,9 +114,7 @@ let expectedAssets = {
|
||||
"windows-decompiler": false,
|
||||
"windows-gk": false,
|
||||
"windows-goalc": false,
|
||||
"linux-decompiler": false,
|
||||
"linux-gk": false,
|
||||
"linux-goalc": false,
|
||||
"linux" : false,
|
||||
}
|
||||
|
||||
for (var i = 0; i < releaseAssetsPost.length; i++) {
|
||||
|
||||
@@ -102,14 +102,14 @@ jobs:
|
||||
run: |
|
||||
mkdir -p ./ci-artifacts/out
|
||||
./scripts/shell/extract_build.sh ./ci-artifacts/out ./
|
||||
tar czf ./ci-artifacts/opengoal.tar.gz ./ci-artifacts/out
|
||||
tar czf ./ci-artifacts/linux.tar.gz ./ci-artifacts/out
|
||||
|
||||
- name: Upload Assets and Potential Publish Release
|
||||
if: github.repository == 'open-goal/jak-project' && startsWith(github.ref, 'refs/tags/') && matrix.compiler == 'clang'
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.BOT_PAT }}
|
||||
ASSET_DIR: ${{ github.WORKSPACE }}/ci-artifacts
|
||||
ASSET_EXTENSION: zip
|
||||
ASSET_EXTENSION: gz
|
||||
TAG_TO_SEARCH_FOR: ${{ github.REF }}
|
||||
run: |
|
||||
cd ./.github/scripts/releases/upload-release-artifacts
|
||||
|
||||
Reference in New Issue
Block a user