Skip to content

Commit

Permalink
MAINT: correct paths
Browse files Browse the repository at this point in the history
  • Loading branch information
jotelha committed Feb 10, 2022
1 parent e421c1b commit 7247727
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ jobs:
uses: softprops/action-gh-release@v1
with:
files: |
dtool-guidelines-latest.pdf
dtool-guidelines-${{ steps.get_version.outputs.version }}.pdf
/tmp/dtool-pdf/dtool-guidelines-latest.pdf
/tmp/dtool-pdf/dtool-guidelines-${{ steps.get_version.outputs.version }}.pdf
draft: true

0 comments on commit 7247727

Please sign in to comment.