Change demo
This commit is contained in:
parent
72662c9264
commit
e1bf0d47e7
@ -33,3 +33,9 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
mv sources AchievementInfo
|
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
|
Loading…
Reference in New Issue
Block a user