mirror of
https://github.com/TeamMidnightDust/BetterLeavesLite.git
synced 2025-12-14 19:55:08 +01:00
Improve workflow naming further
This commit is contained in:
4
.github/workflows/assemble.yml
vendored
4
.github/workflows/assemble.yml
vendored
@@ -20,9 +20,9 @@ jobs:
|
||||
pip install pillow
|
||||
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
|
||||
- name: Execute Python Script
|
||||
run: python gen_pack.py ${{ env.DATE }}-${{ github.repository_owner }} §7Nightly Edition
|
||||
run: python gen_pack.py ${{ env.DATE }} §7${{ github.repository_owner }} Edition
|
||||
- name: Upload artifacts to GitHub
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: Better Leaves Lite Artifact
|
||||
path: Better-Leaves-${{ env.DATE }}-${{ github.repository_owner }}.zip
|
||||
path: Better-Leaves-${{ env.DATE }}.zip
|
||||
|
||||
Reference in New Issue
Block a user