texlive[69432] Build/source/.github/workflows/main.yml: [gh actions]
commits+preining at tug.org
commits+preining at tug.org
Mon Jan 15 12:21:42 CET 2024
Revision: 69432
https://tug.org/svn/texlive?view=revision&revision=69432
Author: preining
Date: 2024-01-15 12:21:42 +0100 (Mon, 15 Jan 2024)
Log Message:
-----------
[gh actions] fix missing $
Modified Paths:
--------------
trunk/Build/source/.github/workflows/main.yml
Modified: trunk/Build/source/.github/workflows/main.yml
===================================================================
--- trunk/Build/source/.github/workflows/main.yml 2024-01-15 07:03:19 UTC (rev 69431)
+++ trunk/Build/source/.github/workflows/main.yml 2024-01-15 11:21:42 UTC (rev 69432)
@@ -134,8 +134,8 @@
- name: save artifact
uses: actions/upload-artifact at v4
with:
- name: texlive-bin-{{ matrix.tl_name }}.tar.gz
- path: ${PWD}/artifacts/texlive-bin-{{ matrix.tl_name }}.tar.gz
+ name: texlive-bin-${{ matrix.tl_name }}.tar.gz
+ path: ${PWD}/artifacts/texlive-bin-${{ matrix.tl_name }}.tar.gz
compression-level: 0
retention-days: 5
- name: Release
@@ -142,6 +142,6 @@
uses: softprops/action-gh-release at v1
if: startsWith(github.ref, 'refs/tags/')
with:
- files: ${PWD}/artifacts/texlive-bin-{{ matrix.tl_name }}.tar.gz
+ files: ${PWD}/artifacts/texlive-bin-${{ matrix.tl_name }}.tar.gz
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
More information about the tex-live-commits
mailing list.