Skip to content

Commit 11bbb2a

Browse files
committed
fix: upload gz instead of tar.gz
1 parent fb1769b commit 11bbb2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ jobs:
4949
uses: softprops/action-gh-release@v2
5050
with:
5151
name: observer-${{ github.ref_name }}
52-
files: ./artifacts/**/*.tar.gz
52+
files: ./artifacts/**/*.gz

0 commit comments

Comments
 (0)