rename linux artifact (#1277)

* rename linux artifact

* just linux
This commit is contained in:
water111
2022-04-03 19:44:25 -04:00
committed by GitHub
parent 5bd0b735a5
commit 8e71184daf
2 changed files with 3 additions and 5 deletions
@@ -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++) {
+2 -2
View File
@@ -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