Update release-build.yml

This commit is contained in:
Jerry Ma
2024-02-17 00:44:03 +08:00
committed by GitHub
parent 645e2a9fc2
commit e2ef195a84

View File

@@ -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'