Skip to content

Commit

Permalink
Fix artifact name conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
justvanrossum committed Mar 20, 2024
1 parent 3c9100f commit 4ac9058
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ jobs:
- name: Storing TTF VarCo Artifacts
uses: actions/upload-artifact@v4
with:
name: NotoCJKVarCoFonts
name: NotoCJKVariableVarCoFonts
path: build/ttf-varco
retention-days: 5

- name: Storing TTF Artifacts
uses: actions/upload-artifact@v4
with:
name: NotoCJKVarCoFonts
name: NotoCJKVariableFonts
path: build/ttf
retention-days: 5

0 comments on commit 4ac9058

Please sign in to comment.