Skip to content

Commit

Permalink
updated cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkShawn2020 committed Sep 19, 2024
1 parent c2f8577 commit c82b131
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
id: release_name
run: |
echo "name=${{ steps.package_info.outputs.name }}_v${{ steps.package_info.outputs.version }}_${{ steps.package_info.outputs.type }}_$(date +'%Y-%m-%d')" >> $GITHUB_OUTPUT
echo "zip_name=$RELEASE_NAME.zip" >> $GITHUB_OUTPUT
- name: Zip Extension
run: |
Expand Down

0 comments on commit c82b131

Please sign in to comment.