Skip to content

Commit

Permalink
file name
Browse files Browse the repository at this point in the history
  • Loading branch information
chexiongsheng committed Jun 5, 2024
1 parent 87c8e6b commit 7245314
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:

- name: Create Release Asset
run: |
cd jsc_bin/ && tar cvfz ../jsc_bin_${{github.event.inputs.tag_date}}.tgz jsc && cd -
cd jsc_bin/ && tar cvfz ../jsc_bin.tgz jsc && cd -
- name: Create Release
id: create_release
Expand All @@ -119,8 +119,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./jsc_bin_${{github.event.inputs.tag_date}}.tgz
asset_name: jsc_bin_${{github.event.inputs.tag_date}}.tgz
asset_path: ./jsc_bin.tgz
asset_name: jsc_bin.tgz
asset_content_type: application/tgz


Expand Down

0 comments on commit 7245314

Please sign in to comment.