This commit is contained in:
Lorraxs 2024-01-18 15:49:00 +07:00
parent d7a04d7a72
commit d6849d629b
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ jobs:
working-directory: ./web
run: yarn build
- name: Zip Folder
run: zip -r ${{ github.event.repository.name }}.zip . -x ".git/*" ".github/*" "phpcs.xml" "composer.json" "composer.lock" ".gitignore" ".vscode/*" "node_modules/*" "web/node_modules/*"
run: zip -r ${{ github.event.repository.name }}.zip config.lua fxmanifest.lua impl.lua main.lua README.md LICENSE web/build/*
- uses: 'marvinpinto/action-automatic-releases@latest'
with:
repo_token: '${{ secrets.GITHUB_TOKEN }}'

View File

@ -1,4 +1,4 @@
Copyright (c) 2021 Project Error
Copyright (c) 2024 LORRAXS
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal