Skip to content

Commit

Permalink
ci: 🐛 Fix GitReleaseManager assets paths
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-s-betke committed May 3, 2021
1 parent 5c7e2f7 commit 91225c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,5 @@ jobs:
owner: ${{ github.repository_owner }}
repository: ${{ github.event.repository.name }}
assets: |
${{ github.workspace }}/output/template/*.ott
${{ github.workspace }}/output/doc/*.odt
output/template/*.ott
output/doc/*.odt

0 comments on commit 91225c8

Please sign in to comment.