Skip to content

Commit

Permalink
Staging
Browse files Browse the repository at this point in the history
  • Loading branch information
AsafMah committed Mar 20, 2023
1 parent 6780dc2 commit 91e10d6
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,13 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
args: |
kusto-data-${{ steps.get_version.outputs.VERSION }}.jar
kusto-data-${{ steps.get_version.outputs.VERSION }}-jar-with-dependencies.jar
kusto-data-${{ steps.get_version.outputs.VERSION }}-javadoc.jar
kusto-data-${{ steps.get_version.outputs.VERSION }}-sources.jar
kusto-data-${{ steps.get_version.outputs.VERSION }}.pom
kusto-ingest-${{ steps.get_version.outputs.VERSION }}.jar
kusto-ingest-${{ steps.get_version.outputs.VERSION }}-jar-with-dependencies.jar
kusto-ingest-${{ steps.get_version.outputs.VERSION }}-javadoc.jar
kusto-ingest-${{ steps.get_version.outputs.VERSION }}-sources.jar
kusto-ingest-${{ steps.get_version.outputs.VERSION }}.pom
staging/kusto-data-${{ steps.get_version.outputs.VERSION }}.jar
staging/kusto-data-${{ steps.get_version.outputs.VERSION }}-jar-with-dependencies.jar
staging/kusto-data-${{ steps.get_version.outputs.VERSION }}-javadoc.jar
staging/kusto-data-${{ steps.get_version.outputs.VERSION }}-sources.jar
staging/kusto-data-${{ steps.get_version.outputs.VERSION }}.pom
staging/kusto-ingest-${{ steps.get_version.outputs.VERSION }}.jar
staging/kusto-ingest-${{ steps.get_version.outputs.VERSION }}-jar-with-dependencies.jar
staging/kusto-ingest-${{ steps.get_version.outputs.VERSION }}-javadoc.jar
staging/kusto-ingest-${{ steps.get_version.outputs.VERSION }}-sources.jar
staging/kusto-ingest-${{ steps.get_version.outputs.VERSION }}.pom

0 comments on commit 91e10d6

Please sign in to comment.