update action
All checks were successful
AutoRelease / release (push) Successful in 2m44s

This commit is contained in:
LORAX 2024-05-31 05:59:45 +07:00
parent fae6a5f97c
commit e3b507b435

View File

@ -28,11 +28,10 @@ jobs:
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"
- uses: "akkuman/gitea-release-action@v1"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
title: "${{ github.event.head_commit.message }}"
automatic_release_tag: "latest"
name: "${{ github.event.head_commit.message }}"
tag_name: "latest"
prerelease: false
files: |
*.zip