From f11563e6a160e97b49e94fe07b1df9d48b8d0d0a Mon Sep 17 00:00:00 2001 From: SunsetWolf Date: Mon, 5 Aug 2024 11:38:25 +0000 Subject: [PATCH] test fix release CI --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 62e90a6c..47b3d586 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,6 +40,8 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | + cd ~ + pwd ls -l ~ echo "${{ secrets.PRIVATE_KEY }}" >> ~/private_key chmod 600 ~/private_key