Skip to content

Commit

Permalink
Merge pull request #13 from startreedata/actions
Browse files Browse the repository at this point in the history
Artifact upload working
  • Loading branch information
KKcorps authored Apr 16, 2024
2 parents aef9b93 + 0029a25 commit ec05a0a
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,17 +67,16 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
tag_name: ${{ github.run_id }}
release_name: Release ${{ github.run_id }}
draft: false
prerelease: false

- name: Upload release asset
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./tableau-connector.taco
asset_name: tableau-connector.taco
asset_path: ./ai.startree.pinot-1.0.jar
asset_name: ai.startree.pinot-1.0.jar
asset_content_type: application/octet-stream

0 comments on commit ec05a0a

Please sign in to comment.