Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anisghaoui authored Nov 24, 2024
1 parent f5aa975 commit 7f52dea
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,10 @@ jobs:
- name: Test Mod
run: |
python mod_translate_track.py --mod-name ${{ matrix.mod }}
# Collect artifacts from the output/ directory
- name: Upload Artifacts
uses: actions/upload-artifact@v3
with:
name: output-${{ matrix.mod }}
path: output/${{ matrix.mod }}/*

0 comments on commit 7f52dea

Please sign in to comment.