Skip to content

Commit

Permalink
Improve workflow naming further
Browse files Browse the repository at this point in the history
  • Loading branch information
Motschen committed Dec 26, 2024
1 parent 733c79f commit 76471d1
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 }} §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

0 comments on commit 76471d1

Please sign in to comment.