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