Skip to content

Commit

Permalink
Fix broken path
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinLinde committed Jul 24, 2024
1 parent 8416bb0 commit 7a2389f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/label_export.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,12 @@ jobs:
uses: actions/upload-artifact@v4.3.4
with:
name: labels
path: ./label_export/annotations.json
path: ./json_files/annotations.json
- name: Upload labels with children JSON
uses: actions/upload-artifact@v4.3.4
with:
name: labels_with_children
path: ./json_files/annotations_with_children.json
- name: Commit and push changes
if: github.event_name == 'schedule' || github.event_name == 'workflow_dispatch'
uses: stefanzweifel/git-auto-commit-action@v5
Expand Down

0 comments on commit 7a2389f

Please sign in to comment.