Skip to content

Commit

Permalink
"Nightly Edition" as edition for workflow artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
Motschen committed Dec 26, 2024
1 parent 8c9896b commit 733c79f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/assemble.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
run: python gen_pack.py ${{ env.DATE }}-${{ github.repository_owner }} §7Nightly Edition
- name: Upload artifacts to GitHub
uses: actions/upload-artifact@v4
with:
name: Better Leaves Lite Artifact
path: Better-Leaves-Lite-${{ env.DATE }}-${{ github.repository_owner }}.zip
path: Better-Leaves-${{ env.DATE }}-${{ github.repository_owner }}.zip

0 comments on commit 733c79f

Please sign in to comment.