Skip to content

Commit

Permalink
Merge pull request #2 from vilkasgroup/change_release_package_name
Browse files Browse the repository at this point in the history
change release package name
  • Loading branch information
datqn7244 authored Jan 30, 2024
2 parents 6cbc1f6 + 04feccd commit dd56fec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
mkdir -p release
rsync -arv --exclude='release' --exclude='.git/' --exclude='.github/' --exclude='.gitignore' --exclude='lib/autoindex/' . ./release/${{ steps.get_reponame.outputs.REPONAME }}/
cd release
zip -r ${{ steps.get_reponame.outputs.REPONAME }}.zip ${{ steps.get_reponame.outputs.REPONAME }}
zip -r ${{ steps.get_version.outputs.VERSION }}-${{ steps.get_reponame.outputs.REPONAME }}.zip ${{ steps.get_reponame.outputs.REPONAME }}
# create new release
# https://github.com/actions/create-release
Expand Down

0 comments on commit dd56fec

Please sign in to comment.