texlive[70285] Build/source/.github: [GHA] build-asy: don't targz on
commits+preining at tug.org
commits+preining at tug.org
Fri Mar 1 06:47:59 CET 2024
Revision: 70285
https://tug.org/svn/texlive?view=revision&revision=70285
Author: preining
Date: 2024-03-01 06:47:59 +0100 (Fri, 01 Mar 2024)
Log Message:
-----------
[GHA] build-asy: don't targz on release and ci
Modified Paths:
--------------
trunk/Build/source/.github/scripts/build-asy.sh
trunk/Build/source/.github/workflows/build-asy.yml
Modified: trunk/Build/source/.github/scripts/build-asy.sh
===================================================================
--- trunk/Build/source/.github/scripts/build-asy.sh 2024-03-01 05:45:43 UTC (rev 70284)
+++ trunk/Build/source/.github/scripts/build-asy.sh 2024-03-01 05:47:59 UTC (rev 70285)
@@ -51,4 +51,5 @@
make -j2
strip asy
-tar czvf ../../asy-$arch.tar.gz asy
+mv asy ../../asy-$arch
+
Modified: trunk/Build/source/.github/workflows/build-asy.yml
===================================================================
--- trunk/Build/source/.github/workflows/build-asy.yml 2024-03-01 05:45:43 UTC (rev 70284)
+++ trunk/Build/source/.github/workflows/build-asy.yml 2024-03-01 05:47:59 UTC (rev 70285)
@@ -86,18 +86,18 @@
.github/scripts/build-asy.sh ${{ matrix.tl_name }} ${{ matrix.buildsys }}
- name: find file step
if: ${{ matrix.ci_build || matrix.release_build }}
- run: ls -l $GITHUB_WORKSPACE/repo/asy-${{ matrix.tl_name }}.tar.gz
+ run: ls -l $GITHUB_WORKSPACE/repo/asy-${{ matrix.tl_name }}
- name: save artifact
if: ${{ matrix.ci_build || matrix.release_build }}
uses: actions/upload-artifact at v4
with:
- name: asy-${{ matrix.tl_name }}.tar.gz
- path: ${{ github.workspace }}/repo/asy-${{ matrix.tl_name }}.tar.gz
+ name: asy-${{ matrix.tl_name }}
+ path: ${{ github.workspace }}/repo/asy-${{ matrix.tl_name }}
compression-level: 0
- name: Release
uses: AButler/upload-release-assets at v3.0
if: matrix.release_build
with:
- files: ${{ github.workspace }}/repo/asy-${{ matrix.tl_name }}.tar.gz
+ files: ${{ github.workspace }}/repo/asy-${{ matrix.tl_name }}
repo-token: ${{ secrets.GITHUB_TOKEN }}
More information about the tex-live-commits
mailing list.