mirror of
https://github.com/TeamMidnightDust/BetterLeavesLite.git
synced 2025-12-14 19:55:08 +01:00
"Nightly Edition" as edition for workflow artifacts
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
|
pip install pillow
|
||||||
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
|
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
|
||||||
- name: Execute Python Script
|
- name: Execute Python Script
|
||||||
run: python gen_pack.py ${{ env.DATE }}-${{ github.repository_owner }}
|
run: python gen_pack.py ${{ env.DATE }}-${{ github.repository_owner }} §7Nightly Edition
|
||||||
- name: Upload artifacts to GitHub
|
- name: Upload artifacts to GitHub
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: Better Leaves Lite Artifact
|
name: Better Leaves Lite Artifact
|
||||||
path: Better-Leaves-Lite-${{ env.DATE }}-${{ github.repository_owner }}.zip
|
path: Better-Leaves-${{ env.DATE }}-${{ github.repository_owner }}.zip
|
||||||
|
|||||||
Reference in New Issue
Block a user