From 95d2b4389e583d2feea8888e65e0a153a88224a7 Mon Sep 17 00:00:00 2001 From: NevermindNilas Date: Sun, 1 Sep 2024 23:17:47 +0300 Subject: [PATCH] update workflow --- .github/workflows/Build-All-Platforms.yaml | 86 +++++++++++----------- 1 file changed, 43 insertions(+), 43 deletions(-) diff --git a/.github/workflows/Build-All-Platforms.yaml b/.github/workflows/Build-All-Platforms.yaml index cabb6032..d847f4d5 100644 --- a/.github/workflows/Build-All-Platforms.yaml +++ b/.github/workflows/Build-All-Platforms.yaml @@ -71,49 +71,49 @@ jobs: asset_name: TAS_${{ needs.create_release.outputs.version }}_Full_Windows.7z asset_content_type: application/x-7z-compressed - build_full_linux: - needs: create_release - runs-on: ubuntu-latest - steps: - - name: Checkout code - uses: actions/checkout@v4 - with: - submodules: recursive - - - name: Set up Python - uses: actions/setup-python@v2 - with: - python-version: "3.12.4" - - - name: Free Disk Space - uses: jlumbroso/free-disk-space@main - with: - tool-cache: false - android: true - dotnet: true - haskell: true - large-packages: true - docker-images: true - swap-storage: true - - - name: Run full build script - run: python build-linux.py - - - name: Compress full directory - run: | - cd ${{ github.workspace }}/dist/main/ - 7z a -t7z -m0=lzma2 -mx=9 -ms=1536m -md=273m ../../TAS_${{ needs.create_release.outputs.version }}_Full_Linux.7z * - - - name: Upload Release Asset - id: upload-release-asset - uses: actions/upload-release-asset@v1 - env: - GITHUB_TOKEN: ${{ secrets.TAS }} - with: - upload_url: ${{ needs.create_release.outputs.upload_url }} - asset_path: TAS_${{ needs.create_release.outputs.version }}_Full_Linux.7z - asset_name: TAS_${{ needs.create_release.outputs.version }}_Full_Linux.7z - asset_content_type: application/x-7z-compressed + #build_full_linux: + # needs: create_release + # runs-on: ubuntu-latest + # steps: + # - name: Checkout code + # uses: actions/checkout@v4 + # with: + # submodules: recursive +# + # - name: Set up Python + # uses: actions/setup-python@v2 + # with: + # python-version: "3.12.4" +# + # - name: Free Disk Space + # uses: jlumbroso/free-disk-space@main + # with: + # tool-cache: false + # android: true + # dotnet: true + # haskell: true + # large-packages: true + # docker-images: true + # swap-storage: true +# + # - name: Run full build script + # run: python build-linux.py +# + # - name: Compress full directory + # run: | + # cd ${{ github.workspace }}/dist-full/main/ + # 7z a -t7z -m0=lzma2 -mx=9 -ms=1536m -md=273m ../../TAS_${{ needs.create_release.outputs.version }}_Full_Linux.7z * +# + # - name: Upload Release Asset + # id: upload-release-asset + # uses: actions/upload-release-asset@v1 + # env: + # GITHUB_TOKEN: ${{ secrets.TAS }} + # with: + # upload_url: ${{ needs.create_release.outputs.upload_url }} + # asset_path: TAS_${{ needs.create_release.outputs.version }}_Full_Linux.7z + # asset_name: TAS_${{ needs.create_release.outputs.version }}_Full_Linux.7z + # asset_content_type: application/x-7z-compressed build_lite_windows: needs: create_release