1 workflow to rule them all
Some checks failed
Workflow / Linting (push) Successful in 7s
Workflow / Release (push) Failing after 8s
continuous-integration/drone/push Build is passing

This commit is contained in:
Florian Brinker 2024-09-20 13:07:51 +02:00
vanhempi 8830674930
commit 8519e00329

Näytä tiedosto

@ -12,7 +12,8 @@ jobs:
- name: Run Luacheck linter
uses: lunarmodules/luacheck@v1
Deployment:
Release:
needs: [Linting]
if: ${{ ! startsWith(github.ref, 'refs/tags/') }}
runs-on: ubuntu-latest
steps:
@ -44,11 +45,12 @@ jobs:
id: create_release
uses: akkuman/gitea-release-action@v1
with:
token: ${{ secrets.GITEATOKEN }}
token: ${{ secrets.giteatoken }}
name: AchievementInfo $GITHUB_REF_NAME
tag_name: $GITHUB_REF_NAME
body_path: AchievementInfo/CHANGELOG.md
draft: true
prerelease: false
sha256sum: true
files: |-
*.zip