Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
testing again with a diff syntax
  • Loading branch information
anisghaoui authored Nov 24, 2024
1 parent b19886a commit 0382316
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,5 @@ jobs:
- name: Upload Artifacts
uses: actions/upload-artifact@v3
with:
name: output-${{ matrix.mod }##*/}
path: output/${{ matrix.mod }##*/}/*
name: output-${${{ matrix.mod }}##*/}
path: output/${${{ matrix.mod }}##*/}/*

0 comments on commit 0382316

Please sign in to comment.