mirror of
https://github.com/TeamMidnightDust/BetterLeavesLite.git
synced 2025-12-14 11:45:09 +01:00
Fix workflow after script file renaming
This commit is contained in:
2
.github/workflows/assemble.yml
vendored
2
.github/workflows/assemble.yml
vendored
@@ -20,7 +20,7 @@ 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 }}
|
||||
- name: Upload artifacts to GitHub
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user