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 run: npm run build
- name: Zip Folder - 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/* 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: with:
repo_token: "${{ secrets.GITHUB_TOKEN }}" name: "${{ github.event.head_commit.message }}"
title: "${{ github.event.head_commit.message }}" tag_name: "latest"
automatic_release_tag: "latest"
prerelease: false prerelease: false
files: | files: |
*.zip *.zip