We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a23b65 commit 62d02b2Copy full SHA for 62d02b2
1 file changed
.github/workflows/release.yml
@@ -49,8 +49,7 @@ jobs:
49
50
- name: Pack repository into zip file
51
run: |
52
- REPO_NAME=$(basename $GITHUB_REPOSITORY)
53
- FILE_NAME=zhimengsub_$REPO_NAME_${{ env.TIMESTAMP }}
+ FILE_NAME=zhimengsub_$(basename $GITHUB_REPOSITORY)_${{ env.TIMESTAMP }}
54
echo "FILE_NAME=${FILE_NAME}" >> $GITHUB_ENV
55
zip -r $FILE_NAME.zip . -x "README.md" "LICENSE" ".gitignore" ".github/*" ".git/*"
56
0 commit comments