Skip to content

Commit 0cfa591

Browse files
authored
Update release.yaml
1 parent 44adb99 commit 0cfa591

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
shell: bash
5353
run: |
5454
rm -rf .git/
55-
tar cfJ ${{ steps.tag.outputs.out }}.tar.xz . --transform "s,^,${{ steps.tag.outputs.tag }}/," * || echo "Might have failed"
55+
tar cfJ ${{ steps.tag.outputs.out }}.tar.xz . --transform "s,^,${{ steps.tag.outputs.out }}/," * || echo "Might have failed"
5656
- name: Create Release
5757
uses: softprops/action-gh-release@v2
5858
with:

0 commit comments

Comments
 (0)