From fae6a5f97c41a97cac2bc4cc11e6867b1fe421e7 Mon Sep 17 00:00:00 2001 From: LORAX Date: Fri, 31 May 2024 05:38:51 +0700 Subject: [PATCH] modified: .github/workflows/autorelease.yml --- .github/workflows/autorelease.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autorelease.yml b/.github/workflows/autorelease.yml index aa783db..521b0fc 100644 --- a/.github/workflows/autorelease.yml +++ b/.github/workflows/autorelease.yml @@ -25,7 +25,7 @@ jobs: run: npm install --frozen-lockfile - name: Build UI working-directory: ./web - run: npm build + run: npm run build - name: Zip Folder run: zip -r ${{ github.event.repository.name }}.zip config.lua fxmanifest.lua impl.lua main.lua README.md LICENSE web/build/* locales/* client/* server/* - uses: "marvinpinto/action-automatic-releases@latest"