From 4234ca384437dba6e125c2d764fb0f005165211a Mon Sep 17 00:00:00 2001 From: ItzxDwi <107537435+ItzxDwi@users.noreply.github.com> Date: Tue, 7 May 2024 12:48:34 +0800 Subject: [PATCH] E --- .github/workflows/main.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 36d5459..b05d2fc 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -44,10 +44,11 @@ jobs: ${{ github.workspace }}/php ${{ github.workspace }}/php.ini - - name: Create draft release - uses: ncipollo/release-action@v1.14.0 + - name: Create release + uses: marvinpinto/action-automatic-releases@latest with: - artifacts: ${{ github.workspace }}/php,${{ github.workspace }}/php.ini - draft: true - name: Latest PHP - token: ${{ secrets.GITHUB_TOKEN } + files: | + php + php.ini + title: Latest PHP + repo_token: ${{ secrets.GITHUB_TOKEN }