This commit is contained in:
parent
fae6a5f97c
commit
e3b507b435
7
.github/workflows/autorelease.yml
vendored
7
.github/workflows/autorelease.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user