modified: .github/workflows/autorelease.yml
Some checks failed
AutoRelease / release (push) Failing after 1m49s

This commit is contained in:
LORAX 2024-05-31 05:38:51 +07:00
parent b91f95d296
commit fae6a5f97c

View File

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