From e2ef195a840681f733f0deac0f49ea99ca86ca2f Mon Sep 17 00:00:00 2001 From: Jerry Ma Date: Sat, 17 Feb 2024 00:44:03 +0800 Subject: [PATCH] Update release-build.yml --- .github/workflows/release-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index 81a118c8..c363fcea 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -104,7 +104,7 @@ jobs: uses: softprops/action-gh-release@v1 if: ${{startsWith(github.ref, 'refs/tags/') }} with: - files: ${{ env.filename }} + files: dist/${{ env.filename }} - name: "Deploy to Self-Hosted Server" if: github.repository == 'crazywhalecc/static-php-cli'