From 8ebf364156d27438df4ba31c27f384dda1595c17 Mon Sep 17 00:00:00 2001 From: cosven Date: Mon, 3 Feb 2025 11:37:48 +0800 Subject: [PATCH] ci: try to fix build for macos --- .github/workflows/macos-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos-release.yml b/.github/workflows/macos-release.yml index 64f6421b3..561b79937 100644 --- a/.github/workflows/macos-release.yml +++ b/.github/workflows/macos-release.yml @@ -54,7 +54,7 @@ jobs: - name: Upload artifact uses: actions/upload-artifact@v4 with: - name: FeelUOwnX-macOS{{ env.DIST_MACOS_VERSION }}-{{ env.DIST_ARCH }.zip + name: FeelUOwnX-macOS${{ env.DIST_MACOS_VERSION }}-${{ env.DIST_ARCH }}.zip path: dist/FeelUOwnX*.zip - name: Upload to release page if: startsWith(github.ref, 'refs/tags/v')