From caa440070853e230800ed02065802d649673c019 Mon Sep 17 00:00:00 2001 From: FoxRefire <155989196+FoxRefire@users.noreply.github.com> Date: Thu, 11 Apr 2024 01:26:21 +0900 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c1cc0f4..9658ce7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,7 +37,7 @@ jobs: dotnet publish -r linux-bionic-arm64 -c Release dotnet publish -r osx-x64 -c Release dotnet publish -r osx-arm64 -c Release - ls -R + readlink -f ./ - name: Create Release id: create_release