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'