Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
berviantoleo committed Jun 25, 2021
1 parent 75daaf9 commit b6879c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
PDFUtil-${{ env.RELEASE_VERSION }}.zip
PDFUtil-${{ env.RELEASE_VERSION }}.tar
build/distributions/PDFUtil-${{ env.RELEASE_VERSION }}.zip
build/distributions/PDFUtil-${{ env.RELEASE_VERSION }}.tar
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit b6879c9

Please sign in to comment.