We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d705570 commit 64d42a8Copy full SHA for 64d42a8
.github/workflows/release.yaml
@@ -52,7 +52,7 @@ jobs:
52
shell: bash
53
run: |
54
rm -rf .git/
55
- tar cfJ ${{ steps.tag.outputs.tag }} . || echo "Might have failed"
+ tar cfJ ${{ steps.tag.outputs.tag }} . --transform "s,^,${{ steps.tag.outputs.tag }}/," * || echo "Might have failed"
56
- name: Create Release
57
uses: softprops/action-gh-release@v2
58
with:
0 commit comments