mirror of
https://github.com/TeamMidnightDust/BetterLeavesLite.git
synced 2025-12-14 19:55:08 +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
|
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 }}
|
||||||
- name: Upload artifacts to GitHub
|
- name: Upload artifacts to GitHub
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user