Skip to content

Commit 6fadd8a

Browse files
Upload correct tar name
1 parent eac1d8d commit 6fadd8a

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/publish_github_draft.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ jobs:
4242
uses: actions/upload-release-asset@v1
4343
with:
4444
upload_url: ${{ steps.create_release.outputs.upload_url }}
45-
asset_path: build/distributions/typedb-loader-${{ github.ref_name }}.tar.gz
46-
asset_name: typedb-loader-${{ github.ref_name }}.tar.gz
45+
asset_path: build/distributions/typedb-loader-${{ github.ref_name }}.tar
46+
asset_name: typedb-loader-${{ github.ref_name }}.tar
4747
asset_content_type: application/gzip
4848
env:
4949
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

settings.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
rootProject.name = 'typedb-loader'
2-

0 commit comments

Comments
 (0)