modified: .github/workflows/autorelease.yml
Some checks failed
AutoRelease / release (push) Failing after 1m49s
Some checks failed
AutoRelease / release (push) Failing after 1m49s
This commit is contained in:
parent
b91f95d296
commit
fae6a5f97c
2
.github/workflows/autorelease.yml
vendored
2
.github/workflows/autorelease.yml
vendored
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user