Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lmangani authored Jul 4, 2022
1 parent 6e2c8b6 commit c4d2582
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
uses: thedoctor0/zip-release@main
with:
type: 'zip'
filename: '${{ steps.version-bump.outputs.newTag }}.zip'
filename: 'release.zip'
directory: 'dist/ClickHousePlay'

- name: Get Timestamp
Expand All @@ -66,9 +66,9 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
release_config: |
dist/ClickHousePlay/${{ steps.version-bump.outputs.newTag }}.zip
${{ steps.version-bump.outputs.newTag }}.zip
release_name: chmate_${{ steps.version-bump.outputs.newTag }}
dist/ClickHousePlay/release.zip
release.zip
release_name: clickhouse-mate_${{ steps.version-bump.outputs.newTag }}
tag_name: ${{ steps.time.outputs.time }}
draft: false
prerelease: false
Expand Down

0 comments on commit c4d2582

Please sign in to comment.