Skip to content

Commit 62d02b2

Browse files
committed
fix workflow
1 parent 0a23b65 commit 62d02b2

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ jobs:
4949
5050
- name: Pack repository into zip file
5151
run: |
52-
REPO_NAME=$(basename $GITHUB_REPOSITORY)
53-
FILE_NAME=zhimengsub_$REPO_NAME_${{ env.TIMESTAMP }}
52+
FILE_NAME=zhimengsub_$(basename $GITHUB_REPOSITORY)_${{ env.TIMESTAMP }}
5453
echo "FILE_NAME=${FILE_NAME}" >> $GITHUB_ENV
5554
zip -r $FILE_NAME.zip . -x "README.md" "LICENSE" ".gitignore" ".github/*" ".git/*"
5655

0 commit comments

Comments
 (0)