Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Motschen committed Dec 10, 2024
2 parents 2249787 + 414aaae commit 16ff8e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/assemble.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 16ff8e1

Please sign in to comment.