From 5be6b583b982969e71fb1bd7994d1017741ddb95 Mon Sep 17 00:00:00 2001 From: f-trycua Date: Mon, 17 Mar 2025 14:42:06 +0100 Subject: [PATCH] Add simple symlinks --- .github/workflows/publish-lume.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/publish-lume.yml b/.github/workflows/publish-lume.yml index c82741ab..b59116b5 100644 --- a/.github/workflows/publish-lume.yml +++ b/.github/workflows/publish-lume.yml @@ -202,6 +202,10 @@ jobs: ln -sf "lume-${VERSION}-${OS_IDENTIFIER}.tar.gz" "lume-darwin.tar.gz" ln -sf "lume-${VERSION}-${OS_IDENTIFIER}.pkg.tar.gz" "lume-darwin.pkg.tar.gz" + # Create simple symlinks + ln -sf "lume-${VERSION}-${OS_IDENTIFIER}.tar.gz" "lume.tar.gz" + ln -sf "lume-${VERSION}-${OS_IDENTIFIER}.pkg.tar.gz" "lume.pkg.tar.gz" + # List all files (including symlinks) echo "Files with symlinks in release directory:" ls -la @@ -229,6 +233,8 @@ jobs: ./libs/lume/${{ steps.build_notarize.outputs.pkg_path }} ./libs/lume/.release/lume-darwin.tar.gz ./libs/lume/.release/lume-darwin.pkg.tar.gz + ./libs/lume/.release/lume.tar.gz + ./libs/lume/.release/lume.pkg.tar.gz body: | ${{ steps.generate_checksums.outputs.checksums }}