File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# Should trim prefix `refs/tags/` from tag name
2- name-template : " $BASE_REF_NAME 🌈"
3- tag-template : " $BASE_REF_NAME"
2+ name-template : $BASE_REF_NAME 🌈
3+ tag-template : $BASE_REF_NAME
44template : |
55 ## Changes
66 $CHANGES
Original file line number Diff line number Diff line change 6161 name : chatsh-darwin
6262 path : target/release/darwin/chatsh
6363 - name : Archive Linux Artifact
64- run : tar -czvf target/release/chatsh-linux_x86_64.tar.gz target/release/linux/ chatsh
64+ run : tar -czvf target/release/chatsh-linux_x86_64.tar.gz -C target/release/linux chatsh
6565 - name : Archive Darwin Artifact
66- run : tar -czvf target/release/chatsh-darwin_x86_64.tar.gz target/release/darwin/ chatsh
66+ run : tar -czvf target/release/chatsh-darwin_x86_64.tar.gz -C target/release/darwin chatsh
6767 - name : Calculate Checksums
6868 run : |
6969 cd target/release
You can’t perform that action at this time.
0 commit comments