Skip to content

Commit d224e54

Browse files
author
wokamoto
committed
fixed bugs
1 parent bf79250 commit d224e54

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
export TAGNAME=$(jq --raw-output .ref "$GITHUB_EVENT_PATH")
1919
sed -i -e "s/{release version}/${TAGNAME}/g" shifter-github-hosting-plugin-sample.php
2020
- name: create archive
21-
run: zip -r *.zip *.md vendor/*
21+
run: zip -r shifter-github-hosting-plugin-sample.zip *.zip *.md vendor/*
2222
- name: upload
2323
env:
2424
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)