From 200a7971c0c993aabbc136af2b30c448ea002ee3 Mon Sep 17 00:00:00 2001 From: bangnokia Date: Fri, 5 Apr 2024 19:31:59 +0700 Subject: [PATCH] wip --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 113acaa..9f3ea00 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,12 +40,12 @@ jobs: uses: actions/upload-artifact@v2 with: name: phar - path: ./build/pest.phar + path: ./builds/lina.phar - name: Create release uses: softprops/action-gh-release@v1 with: - files: ./build/pest.phar + files: ./builds/lina.phar tag_name: ${{ github.ref }} token: ${{ secrets.GITHUB_TOKEN }}