Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
s9latimm committed Oct 12, 2024
1 parent ec17294 commit b2f24cd
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ jobs:
- name: Run Pyreverse
shell: bash
run: |
pyreverse -o pdf --verbose --colorize src
pyreverse -o pdf --verbose --colorize src
pyreverse -o svg --verbose --colorize src
- name: Upload Artifact
uses: actions/upload-artifact@v4
Expand All @@ -55,6 +56,7 @@ jobs:
overwrite: true
path: |
classes.pdf
classes.svg
release:
name: Release
Expand All @@ -79,7 +81,7 @@ jobs:
id: version
shell: bash
run: |
echo "::set-output name=version::$(cat VERSION)"
echo "version=$(cat VERSION)" >> GITHUB_OUTPUT
- name: Release
uses: marvinpinto/action-automatic-releases@latest
Expand All @@ -91,3 +93,4 @@ jobs:
prerelease: false
files: |
classes.pdf
classes.svg

0 comments on commit b2f24cd

Please sign in to comment.