Fix workflow after script file renaming

This commit is contained in:
Martin Prokoph
2024-12-10 12:42:18 +01:00
committed by GitHub
parent e92e8e9549
commit 414aaae01d

View File

@@ -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: