Skip to content

Commit

Permalink
Use wildcard for exercise feedback artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
georg-schwarz committed Sep 19, 2024
1 parent edd1a9d commit 20a6e29
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/exercise-feedback.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Exercise Feedback

on:
pull_request:
push:
branches:
- main
Expand Down Expand Up @@ -48,5 +49,5 @@ jobs:
- name: Upload feedback
uses: actions/upload-artifact@v4
with:
name: feedback-log.txt
path: ./grading/feedback-log.txt
name: exercise-feedback
path: ./grading/feedback-ex?.txt

0 comments on commit 20a6e29

Please sign in to comment.