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 703aa27 commit 22bd33f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
# Extract name using sed
url="{{ matrix.mod }}"
mod_name=$(echo $url | sed 's:.*/::')
echo "mod-name=$mod_name" >> $GITHUB_ENV
echo "mod_name=$mod_name" >> $GITHUB_ENV
# Test each mod
- name: Checking Translation
run: |
Expand All @@ -65,5 +65,5 @@ jobs:
- name: Upload Artifacts
uses: actions/upload-artifact@v3
with:
name: output-${{ env.mod-name }}
path: output/${{ env.mod-name }}/*
name: output-${{ env.mod_name }}
path: output/${{ env.mod_name }}/*

0 comments on commit 22bd33f

Please sign in to comment.