We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eac1d8d commit 6fadd8aCopy full SHA for 6fadd8a
.github/workflows/publish_github_draft.yaml
@@ -42,8 +42,8 @@ jobs:
42
uses: actions/upload-release-asset@v1
43
with:
44
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
+ asset_path: build/distributions/typedb-loader-${{ github.ref_name }}.tar
+ asset_name: typedb-loader-${{ github.ref_name }}.tar
47
asset_content_type: application/gzip
48
env:
49
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
settings.gradle
@@ -1,2 +1 @@
1
rootProject.name = 'typedb-loader'
2
-
0 commit comments