[latex3-commits] [git/LaTeX3-latex3-latex3] main: Attempt to upload all the zip files (443b61893)
Joseph Wright
joseph.wright at morningstar2.co.uk
Fri Aug 27 15:24:13 CEST 2021
Repository : https://github.com/latex3/latex3
On branch : main
Link : https://github.com/latex3/latex3/commit/443b6189344dbd278c2212eddcd40e9bae8f6312
>---------------------------------------------------------------
commit 443b6189344dbd278c2212eddcd40e9bae8f6312
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Fri Aug 27 14:24:13 2021 +0100
Attempt to upload all the zip files
As we clean out the build dir for each bundle,
we need to get the top-level versions. Might need
to adjust a bit to have the TDS-style ones available too.
>---------------------------------------------------------------
443b6189344dbd278c2212eddcd40e9bae8f6312
.github/workflows/deploy.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml
index e16823a51..29240a7e2 100644
--- a/.github/workflows/deploy.yaml
+++ b/.github/workflows/deploy.yaml
@@ -60,7 +60,7 @@ jobs:
uses: ncipollo/release-action at 880be3d0a71bc0fa98db60201d2cbdc27324f547
id: release
with:
- artifacts: "build/distrib/ctan/*.zip"
+ artifacts: "*.zip"
token: ${{ secrets.GITHUB_TOKEN }}
# Determine the name of the tag we are working on. Sadly GH Actions only provides
# github.ref which has the name prefixed with github.ref and no way to remove a prefix
More information about the latex3-commits
mailing list.