Change demo
Some checks failed
Linting / Luacheck (push) Successful in 7s
continuous-integration/drone/push Build is passing
Build & Release / Build (push) Failing after 23s

This commit is contained in:
Florian Brinker 2024-09-20 03:23:36 +02:00
vanhempi 72662c9264
commit e1bf0d47e7

Näytä tiedosto

@ -32,4 +32,10 @@ jobs:
- name: Rename and zip
run: |
mv sources AchievementInfo
zip -r "AchievementInfo-$GITHUB_REF_NAME.zip" ./AchievementInfo
zip -r "AchievementInfo-$GITHUB_REF_NAME.zip" ./AchievementInfo
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: build-artifact
path: AchievementInfo*.zip
retention-days: 3