Skip to content

Commit

Permalink
update actions upload name
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewSteen committed Jul 9, 2024
1 parent 46fa312 commit 86ceb98
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/measures_common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: upload files
uses: actions/upload-artifact@v3
with:
name: measures-common
name: measures
path: dst/measures

pull-request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/measures_ee.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: upload files
uses: actions/upload-artifact@v3
with:
name: measures-ee
name: measures
path: dst/measures

pull-request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/measures_model_articulation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: upload files
uses: actions/upload-artifact@v3
with:
name: measures-model-articulation
name: measures
path: dst/measures

pull-request:
Expand Down

0 comments on commit 86ceb98

Please sign in to comment.