Skip to content

Commit

Permalink
Fixed linux dist name
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestorefinepro committed Jan 22, 2020
1 parent 5b4abb9 commit 0fc7882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./packaging/target/openrefine-win-${{ env.OR_VERSION }}.tar.gz
asset_path: ./packaging/target/openrefine-linux-${{ env.OR_VERSION }}.tar.gz
asset_name: openrefine-linux-${{ env.OR_VERSION }}.tar.gz
asset_content_type: application/tar+gzip

Expand Down

0 comments on commit 0fc7882

Please sign in to comment.