Skip to content

Commit

Permalink
Upload specific files (not a directory)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuhrmanator authored May 27, 2024
1 parent 1ca9572 commit b409b71
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/generateUml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,14 @@ jobs:
with:
args: -v -config "doc-metamodel/skins.include.cfg" -tsvg doc-uml/famix-typescript-model.puml

- name: Upload UML diagrams as artifacts
- name: Upload PlantUML file
uses: actions/upload-artifact@v4
with:
name: doc-uml
path: doc-uml
name: famix-typescript-model.puml
path: doc-uml/famix-typescript-model.puml

- name: Upload SVG file
uses: actions/upload-artifact@v4
with:
name: famix-typescript-model.svg
path: doc-uml/famix-typescript-model.svg

0 comments on commit b409b71

Please sign in to comment.